diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-01-14 14:35:25 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-18 12:13:16 +0300 |
commit | e299e6dd357474dd5b8c61e4ca447fa0abd86e4d (patch) | |
tree | 04b9656c21664eda455af2392d084e8e8adea2ae /arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts | |
parent | 48b47749e334b3891f33b9425b470a3c92be8dae (diff) | |
download | linux-e299e6dd357474dd5b8c61e4ca447fa0abd86e4d.tar.xz |
ARM: dts: sunxi: Fix the LED node names
According to the LED bindings, the LED node names are supposed to be led
plus an optional suffix. Let's fix our users to use that new scheme.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20210114113538.1233933-6-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts b/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts index 64d50fcfcd3a..04b0e6d28769 100644 --- a/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts +++ b/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts @@ -62,7 +62,7 @@ pinctrl-names = "default"; pinctrl-0 = <&led_pins_t003>; - red { + led { label = "t003-tv-dongle:red:usr"; gpios = <&pio 1 2 GPIO_ACTIVE_HIGH>; /* PB2 */ default-state = "on"; |