Hi Marek, > From: Marek Vasut <ma...@denx.de> > Sent: mercredi 29 avril 2020 15:09 > > Add custom DDR DRAM settings for the DHCOR and DHCOM SoMs and put > them into use by the board file instead of the default ones. These new DRAM > settings are a better fit for the SoMs. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Patrick Delaunay <patrick.delau...@st.com> > Cc: Patrice Chotard <patrice.chot...@st.com> > --- > Note that these settings are generated by the cubemx tool > --- > .../stm32mp15-ddr3-dhsom-2x1Gb-1066-binG.dtsi | 120 ++++++++++++++++++ > .../stm32mp15-ddr3-dhsom-2x2Gb-1066-binG.dtsi | 120 ++++++++++++++++++ > .../stm32mp15-ddr3-dhsom-2x4Gb-1066-binG.dtsi | 120 ++++++++++++++++++ > arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 5 +- > arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 5 +- > board/dhelectronics/dh_stm32mp1/board.c | 8 +- > 6 files changed, 372 insertions(+), 6 deletions(-) create mode 100644 > arch/arm/dts/stm32mp15-ddr3-dhsom-2x1Gb-1066-binG.dtsi > create mode 100644 arch/arm/dts/stm32mp15-ddr3-dhsom-2x2Gb-1066-binG.dtsi > create mode 100644 arch/arm/dts/stm32mp15-ddr3-dhsom-2x4Gb-1066-binG.dtsi >
Applied to u-boot-stm/master, thanks! Regards Patrick