diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-01-14 12:35:25 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-18 10:13:16 +0100 |
commit | e299e6dd357474dd5b8c61e4ca447fa0abd86e4d (patch) | |
tree | 04b9656c21664eda455af2392d084e8e8adea2ae /arch/arm/boot/dts/sun7i-a20-pcduino3.dts | |
parent | dt-bindings: rtc: sun6i-a31-rtc: Loosen the requirements on the clocks (diff) | |
download | linux-e299e6dd357474dd5b8c61e4ca447fa0abd86e4d.tar.xz linux-e299e6dd357474dd5b8c61e4ca447fa0abd86e4d.zip |
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/sun7i-a20-pcduino3.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-pcduino3.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts index cc8271d777b8..4f8d55d3ba79 100644 --- a/arch/arm/boot/dts/sun7i-a20-pcduino3.dts +++ b/arch/arm/boot/dts/sun7i-a20-pcduino3.dts @@ -64,12 +64,12 @@ leds { compatible = "gpio-leds"; - tx { + led-0 { label = "pcduino3:green:tx"; gpios = <&pio 7 15 GPIO_ACTIVE_LOW>; }; - rx { + led-1 { label = "pcduino3:green:rx"; gpios = <&pio 7 16 GPIO_ACTIVE_LOW>; }; |