]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay
authorYemike Abhilash Chandra <y-abhilashchandra@ti.com>
Tue, 15 Apr 2025 11:13:28 +0000 (16:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:45:08 +0000 (14:45 +0200)
commit b22cc402d38774ccc552d18e762c25dde02f7be0 upstream.

The OV5640 device tree overlay incorrectly defined an I2C switch
instead of an I2C mux. According to the DT bindings, the correct
terminology and node definition should use "i2c-mux" instead of
"i2c-switch". Hence, update the same to avoid dtbs_check warnings.

Fixes: 635ed9715194 ("arm64: dts: ti: k3-am62x: Add overlays for OV5640")
Cc: stable@vger.kernel.org
Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Reviewed-by: Jai Luthra <jai.luthra@linux.dev>
Link: https://lore.kernel.org/r/20250415111328.3847502-8-y-abhilashchandra@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-ov5640.dtso
arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-tevi-ov5640.dtso

index ccc7f5e43184fa8c5580065ae2fd0e1f0f914c0a..7fc7c95f5cd5785e144ee2468e1e9ea4423e56a6 100644 (file)
@@ -22,7 +22,7 @@
        #size-cells = <0>;
        status = "okay";
 
-       i2c-switch@71 {
+       i2c-mux@71 {
                compatible = "nxp,pca9543";
                #address-cells = <1>;
                #size-cells = <0>;
index 4eaf9d757dd0ad3ba9b575f7355f7419bddcad6c..b6bfdfbbdd984a11671b5124da551078e4d5597c 100644 (file)
@@ -22,7 +22,7 @@
        #size-cells = <0>;
        status = "okay";
 
-       i2c-switch@71 {
+       i2c-mux@71 {
                compatible = "nxp,pca9543";
                #address-cells = <1>;
                #size-cells = <0>;