diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2021-06-06 15:16:15 +0300 |
---|---|---|
committer | Nicolas Saenz Julienne <nsaenz@kernel.org> | 2021-06-09 00:06:34 +0300 |
commit | 5f30dacf37bc93308e91e4d0fc94681ca73f0f91 (patch) | |
tree | a4f912e3d90049f0fdb346691986a0fe1dacf1a1 /arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | |
parent | 224bd597a4f37a918c492be35aac1ccf4b8507f4 (diff) | |
download | linux-5f30dacf37bc93308e91e4d0fc94681ca73f0f91.tar.xz |
ARM: dts: bcm283x: Fix up GPIO LED node names
Fix the node names for the GPIO LEDs to conform to the standard node
name led-..
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1622981777-5023-6-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-zero-w.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts index f65448c01e31..33b2b77aa47d 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts @@ -23,7 +23,7 @@ }; leds { - act { + led-act { gpios = <&gpio 47 GPIO_ACTIVE_LOW>; }; }; |