ARM: dts: rskrza1: Add remaining LEDs
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Mar 2019 19:44:10 +0000 (20:44 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 27 Mar 2019 12:08:25 +0000 (13:08 +0100)
Describe the remaining 3 LEDs, which are driven by the first CAT9554
port expander.

Drop the superfluous status property from the leds node while at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100-rskrza1.dts

index 60e80ecbbf6826bcf9cda889ee569dd441a7260c..ff24301dc1be54de6dad77934b75e645395d5142 100644 (file)
        };
 
        leds {
-               status = "okay";
                compatible = "gpio-leds";
 
                led0 {
                        gpios = <&port7 1 GPIO_ACTIVE_LOW>;
                };
+
+               led1 {
+                       gpios = <&io_expander1 0 GPIO_ACTIVE_LOW>;
+               };
+
+               led2 {
+                       gpios = <&io_expander1 1 GPIO_ACTIVE_LOW>;
+               };
+
+               led3 {
+                       gpios = <&io_expander1 2 GPIO_ACTIVE_LOW>;
+               };
        };
 };