diff options
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-licheepi-one.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-licheepi-one.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts index ba8d75b3c716..3a6c4bd0a44f 100644 --- a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts +++ b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts @@ -66,19 +66,19 @@ leds { compatible = "gpio-leds"; - red { - label ="licheepi:red:usr"; + led-0 { + label = "licheepi:red:usr"; gpios = <&pio 2 5 GPIO_ACTIVE_LOW>; }; - green { - label ="licheepi:green:usr"; + led-1 { + label = "licheepi:green:usr"; gpios = <&pio 2 19 GPIO_ACTIVE_LOW>; default-state = "on"; }; - blue { - label ="licheepi:blue:usr"; + led-2 { + label = "licheepi:blue:usr"; gpios = <&pio 2 4 GPIO_ACTIVE_LOW>; }; |