On Tue, 19 Jul 2022 at 16:31, Tom Rini <tr...@konsulko.com> wrote: > > On Tue, Jul 19, 2022 at 11:01:12AM +0530, Sumit Garg wrote: > > Hi Tom, Ramon, > > > > On Tue, 12 Jul 2022 at 12:42, Sumit Garg <sumit.g...@linaro.org> wrote: > > > > > > Add support for two new boards db845c and qcs404-evb: > > > - db845c is a 96boards compliant platform aka RB3 based on Qualcomm > > > SDM845 SoC. > > > - qcs404-evb is an evaluation board from Qualcomm based on QCS404 SoC. > > > > > > Both these platforms have one thing in common that u-boot is chain-loaded > > > in 64-bit mode via Android Boot Loader (ABL) which is an EFI application. > > > For further details on chain-loading refer to platform specific > > > documentation: > > > - doc/board/qualcomm/sdm845.rst > > > - doc/board/qualcomm/qcs404.rst > > > > > > Changes in v3: > > > - Add clocks re-initialization for UART and eMMC for qcs404-evb. > > > - Pick up Ramon's review tag for patches 1-7. > > > > > > Changes in v2: > > > - Added patch #1 to fix DT node overrides in starqltechn-uboot.dtsi. > > > - Updated patch #2 commit description. > > > - Fixed a typo (s/96Board/96Boards/) in patch #5. > > > > > > Sumit Garg (9): > > > board: starqltechn: Align DT node overrides with sdm845.dtsi > > > arm64: dts: sdm845: Remove redundant u-boot DT properties > > > clocks: sdm845: Import qcom,gcc-sdm845.h > > > uart: sdm845: Fix debug UART pinmux > > > board: qualcomm: Add support for dragonboard845c > > > mmc: msm_sdhci: Add SDCC version 5.0.0 support > > > pinctrl: qcom: Add pinctrl driver for QCS404 SoC > > > clocks: qcom: Add clock driver for QCS404 SoC > > > board: qualcomm: Add support for QCS404 EVB > > > > > > > Do we have any further comments on this patch-set? If there aren't any > > then can you help picking it up? > > If there's no further comments, I'll pick it up in a week or two (the > usual time between last comments and applying non-regression / critical > bugfix patches).
Sure, thanks. -Sumit > > -- > Tom