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.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.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-zero.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero.dts b/arch/arm/boot/dts/bcm2835-rpi-zero.dts index 6dd93c6f4966..6f9b3a908f28 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-zero.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-zero.dts @@ -18,7 +18,7 @@ }; leds { - act { + led-act { gpios = <&gpio 47 GPIO_ACTIVE_HIGH>; }; }; |