summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm2835-rpi-zero.dts
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2021-06-06 15:16:15 +0300
committerNicolas Saenz Julienne <nsaenz@kernel.org>2021-06-09 00:06:34 +0300
commit5f30dacf37bc93308e91e4d0fc94681ca73f0f91 (patch)
treea4f912e3d90049f0fdb346691986a0fe1dacf1a1 /arch/arm/boot/dts/bcm2835-rpi-zero.dts
parent224bd597a4f37a918c492be35aac1ccf4b8507f4 (diff)
downloadlinux-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.dts2
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>;
};
};