Hi Marcin, > From: Marcin Sloniewski <marcin.sloniew...@gmail.com> > Sent: mercredi 8 juillet 2020 19:56 > > This commit adds device tree files supporting SBC from Seeed Studio based on > STM32MP157C. > > This works with generic stm32mp1 config. > Right now only booting from SD card is supported. > > Signed-off-by: Marcin Sloniewski <marcin.sloniew...@gmail.com> > --- > > Changes in v6: > - forgot to add changes in v5 ;( > > Changes in v5: > - removed description of PLL1 which is now handled by OPP info > - removed cd-gpio for sdmmc1 since it is not yet supported > > Changes in v4: > - removed unnecessary pull up on uart4 rx > > Changes in v3: > - changed name of dts files from odyssey-stm32mp157c... > to stm32mp157c-odyssey... > - removed usbotg node config > - add new board in dts/Makefile in alphabetical order > > Changes in v2: > - removed `st,adc_usb_pd` from config since that > adc connection is non-existent which caused > warning or hang during boot > > arch/arm/dts/Makefile | 1 + > .../dts/stm32mp157c-odyssey-som-u-boot.dtsi | 125 ++++++ > arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 364 ++++++++++++++++++ > arch/arm/dts/stm32mp157c-odyssey-u-boot.dtsi | 58 +++ > arch/arm/dts/stm32mp157c-odyssey.dts | 161 ++++++++ > 5 files changed, 709 insertions(+) > create mode 100644 arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi > create mode 100644 arch/arm/dts/stm32mp157c-odyssey-som.dtsi > create mode 100644 arch/arm/dts/stm32mp157c-odyssey-u-boot.dtsi > create mode 100644 arch/arm/dts/stm32mp157c-odyssey.dts >
Reviewed-by: Patrick Delaunay <patrick.delau...@st.com> Thanks Patrick