On 30/03/2022 19:16, Matthias Kaehlcke wrote: > On Wed, Mar 30, 2022 at 05:09:46PM +0800, Mars Chen wrote: > >> Subject: CHROMIUM: arm64: dts: qcom: Add sc7180-gelarshie > > No CHROMIUM tag for upstream posts. > >> Initial attempt at Gelarshie device tree. > > This is not very useful. If you don't want to reveal much information > about an unreleased device you could say something generic like > "Add device tree for Gelarshie, a trogdor variant". > >> BUG=b:225756600 >> TEST=emerge-strongbad chromeos-kernel-5_4 > > drop these > >> Signed-off-by: Mars Chen <chenxiangrui@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> >> Reported-by: kernel test robot <lkp@xxxxxxxxx> >> --- >> arch/arm64/boot/dts/qcom/Makefile | 1 + >> .../dts/qcom/sc7180-trogdor-gelarshie-r0.dts | 15 + >> .../dts/qcom/sc7180-trogdor-gelarshie.dtsi | 304 ++++++++++++++++++ >> 3 files changed, 320 insertions(+) >> create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie-r0.dts >> create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie.dtsi >> >> diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile >> index f9e6343acd03..cf8f88b065c3 100644 >> --- a/arch/arm64/boot/dts/qcom/Makefile >> +++ b/arch/arm64/boot/dts/qcom/Makefile >> @@ -57,6 +57,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-coachz-r1.dtb >> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-coachz-r1-lte.dtb >> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-coachz-r3.dtb >> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-coachz-r3-lte.dtb >> +dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-gelarshie-r0.dtb >> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r2.dtb >> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r3.dtb >> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r4.dtb >> diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie-r0.dts b/arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie-r0.dts >> new file mode 100644 >> index 000000000000..027d6d563a5f >> --- /dev/null >> +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie-r0.dts >> @@ -0,0 +1,15 @@ >> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) >> +/* >> + * Google Gelarshie board device tree source >> + * >> + * Copyright 2022 Google LLC. >> + */ >> + >> +/dts-v1/; >> + >> +#include "sc7180-trogdor-gelarshie.dtsi" >> + >> +/ { >> + model = "Google Gelarshie (rev0+)"; >> + compatible = "google,gelarshie", "qcom,sc7180"; >> +}; >> diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie.dtsi >> new file mode 100644 >> index 000000000000..842f6cac6c27 >> --- /dev/null >> +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-gelarshie.dtsi >> @@ -0,0 +1,304 @@ >> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) >> +/* >> + * Google Gelarshie board device tree source >> + * >> + * Copyright 2022 Google LLC. >> + */ >> + >> +#include "sc7180.dtsi" >> +#include "sc7180-trogdor-mipi-camera.dtsi" > > drop the mipi camera include, it is not upstream The file should not build in such form, so probably it was not tested on mainline kernel... :-( Best regards, Krzysztof