aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/r8a7791-koelsch.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index f056e64e50c1..a10f534ecec7 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -149,12 +149,15 @@
149 compatible = "gpio-leds"; 149 compatible = "gpio-leds";
150 led6 { 150 led6 {
151 gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>; 151 gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
152 label = "LED6";
152 }; 153 };
153 led7 { 154 led7 {
154 gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>; 155 gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
156 label = "LED7";
155 }; 157 };
156 led8 { 158 led8 {
157 gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; 159 gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
160 label = "LED8";
158 }; 161 };
159 }; 162 };
160 163