Hi Marek, > From: Marek Vasut <[email protected]> > Sent: vendredi 10 avril 2020 20:56 > > The DHCOR board does exist in multiple variants with different DDR3 DRAM > sizes. To cater for all of them, implement DDR3 code handling. > There are two GPIOs which code the DRAM size populated on the SoM, read > them out and use the value to pick the correct DDR3 config. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Manivannan Sadhasivam <[email protected]> > Cc: Patrick Delaunay <[email protected]> > Cc: Patrice Chotard <[email protected]> > --- > V2: Match on compatible string > --- > arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 2 ++ > arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 2 ++ > board/dhelectronics/dh_stm32mp1/board.c | 26 +++++++++++++++++++++- > configs/stm32mp15_dhcom_basic_defconfig | 1 + > configs/stm32mp15_dhcor_basic_defconfig | 1 + > 5 files changed, 31 insertions(+), 1 deletion(-) >
Reviewed-by: Patrick Delaunay <[email protected]> Thanks Patrick

