diff options
| author | Yemike Abhilash Chandra <y-abhilashchandra@ti.com> | 2025-04-15 16:43:27 +0530 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2025-04-18 13:28:12 -0500 |
| commit | 7b75dd2029ee01a8c11fcf4d97f3ccebbef9f8eb (patch) | |
| tree | 1327148193f5dfed5af54091f389d9cb485dda53 | |
| parent | c68ab54a89a8c935732589a35ea2596e2329f167 (diff) | |
| download | linux-7b75dd2029ee01a8c11fcf4d97f3ccebbef9f8eb.tar.gz linux-7b75dd2029ee01a8c11fcf4d97f3ccebbef9f8eb.zip | |
arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay
The IMX219 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: 4111db03dc05 ("arm64: dts: ti: k3-am62x: Add overlay for IMX219")
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-7-y-abhilashchandra@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso b/arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso index 7a0d35eb04d3..dd090813a32d 100644 --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso @@ -22,7 +22,7 @@ #size-cells = <0>; status = "okay"; - i2c-switch@71 { + i2c-mux@71 { compatible = "nxp,pca9543"; #address-cells = <1>; #size-cells = <0>; |
