]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Convert mezzanine riser to...
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 25 Oct 2024 15:43:24 +0000 (16:43 +0100)
committerBjorn Andersson <andersson@kernel.org>
Fri, 1 Nov 2024 13:59:03 +0000 (08:59 -0500)
Convert the navigation / camera mezzanine from its own dts to a dtso. A
small amount of additional includes / address / cell size change needs to
be applied to convert.

Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> # rb3
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20241025-b4-linux-next-24-10-25-camss-dts-fixups-v1-2-cdff2f1a5792@linaro.org
[bjorn: Corrected up makefile syntax, added missing cells for cci_i2c1]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/Makefile
arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dtso [moved from arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dts with 91% similarity]

index a55f275f9337df5e8786f67d793342838f95ae6b..6ca8db4b8afe3023c31efac157bc2447963894fe 100644 (file)
@@ -213,6 +213,9 @@ dtb-$(CONFIG_ARCH_QCOM)     += sdm845-cheza-r1.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm845-cheza-r2.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm845-cheza-r3.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm845-db845c.dtb
+
+sdm845-db845c-navigation-mezzanine-dtbs        := sdm845-db845c.dtb sdm845-db845c-navigation-mezzanine.dtbo
+
 dtb-$(CONFIG_ARCH_QCOM)        += sdm845-db845c-navigation-mezzanine.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm845-lg-judyln.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm845-lg-judyp.dtb
similarity index 91%
rename from arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dts
rename to arch/arm64/boot/dts/qcom/sdm845-db845c-navigation-mezzanine.dtso
index a21caa6f3fa2594df2f08e48adeeaefd7a33396e..b5f717d0ddd97c0b71c75b2760c8b87db5fc89ac 100644 (file)
@@ -4,8 +4,10 @@
  */
 
 /dts-v1/;
+/plugin/;
 
-#include "sdm845-db845c.dts"
+#include <dt-bindings/clock/qcom,camcc-sdm845.h>
+#include <dt-bindings/gpio/gpio.h>
 
 &camss {
        vdda-phy-supply = <&vreg_l1a_0p875>;
@@ -28,6 +30,9 @@
 };
 
 &cci_i2c0 {
+       #address-cells = <1>;
+       #size-cells = <0>;
+
        camera@10 {
                compatible = "ovti,ov8856";
                reg = <0x10>;
@@ -65,6 +70,9 @@
 };
 
 &cci_i2c1 {
+       #address-cells = <1>;
+       #size-cells = <0>;
+
        camera@60 {
                compatible = "ovti,ov7251";