arm64: dts: ti: Add LED controller to phyBOARD-Electra
authorWadim Egorov <w.egorov@phytec.de>
Fri, 5 May 2023 13:10:12 +0000 (15:10 +0200)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:46 +0000 (11:05 +0530)
With commit 9f6ffd0da650 ("dt-bindings: leds: Convert PCA9532 to dtschema"),
we can now add the LED controller without introducing new dtbs_check warnings.
Add missing I2C LED controller.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20230505131012.2027309-1-w.egorov@phytec.de
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-rdk.dts

index 8d3114d..8199ac0 100644 (file)
@@ -15,6 +15,7 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/leds/common.h>
+#include <dt-bindings/leds/leds-pca9532.h>
 #include <dt-bindings/mux/ti-serdes.h>
 #include <dt-bindings/phy/phy.h>
 #include "k3-am642.dtsi"
                pagesize = <16>;
                reg = <0x51>;
        };
+
+       led-controller@62 {
+               compatible = "nxp,pca9533";
+               reg = <0x62>;
+
+               led-3 {
+                       label = "red:user";
+                       type = <PCA9532_TYPE_LED>;
+               };
+
+               led-4 {
+                       label = "green:user";
+                       type = <PCA9532_TYPE_LED>;
+               };
+
+               led-5 {
+                       label = "blue:user";
+                       type = <PCA9532_TYPE_LED>;
+               };
+       };
 };
 
 &main_mcan0 {