summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r7s72100-rskrza1.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-03-20 20:44:10 +0100
committerSimon Horman <horms+renesas@verge.net.au>2019-03-27 13:08:25 +0100
commit1792a0f35319af8bf2726ed12bef5194d397d3d1 (patch)
tree59e0c0fb1f0d538f6c0fcbc75ff59efd3e30a77d /arch/arm/boot/dts/r7s72100-rskrza1.dts
parent129ca9e185ab34e939eab91ef8f10c115fc43ba5 (diff)
ARM: dts: rskrza1: Add remaining LEDs
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>
Diffstat (limited to 'arch/arm/boot/dts/r7s72100-rskrza1.dts')
-rw-r--r--arch/arm/boot/dts/r7s72100-rskrza1.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts
index 60e80ecbbf68..ff24301dc1be 100644
--- a/arch/arm/boot/dts/r7s72100-rskrza1.dts
+++ b/arch/arm/boot/dts/r7s72100-rskrza1.dts
@@ -34,12 +34,23 @@
};
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>;
+ };
};
};