]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95-19x19-evk: Add pca9632 node
authorPeng Fan <peng.fan@nxp.com>
Mon, 18 Aug 2025 01:25:39 +0000 (09:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 09:16:34 +0000 (17:16 +0800)
Add an I2C controlled 4-bit LED driver PCA9632 under lpi2c3.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts

index 3df7a046fbc8ce98091a7cbe64b03734cb0391ff..9e21fe1a438a55d634e5cc62152976669599b47c 100644 (file)
                reg = <0x20>;
                vcc-supply = <&reg_3p3v>;
        };
+
+       pca9632: pca9632@62 {
+               compatible = "nxp,pca9632";
+               reg = <0x62>;
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               led_baclklight: led@0 {
+                       reg = <0>;
+                       label = "backlight";
+                       linux,default-trigger = "none";
+               };
+       };
 };
 
 &lpi2c4 {