diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2019-01-10 20:22:55 +0100 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2019-02-01 11:55:55 +0100 |
commit | ef528c37e4c5e6c00e2f211559569002786bd6a2 (patch) | |
tree | af96744bf4331893ec70c0b8cd10c25f872e795c /arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | |
parent | ARM: dts: bcm2837-rpi-3-b: Use consistent label for HDMI hotplug (diff) | |
download | linux-ef528c37e4c5e6c00e2f211559569002786bd6a2.tar.xz linux-ef528c37e4c5e6c00e2f211559569002786bd6a2.zip |
ARM: dts: bcm2837-rpi-3-b-plus: Clarify label for STATUS_LED
The RPI 3 B+ provides control to both LEDs (PWR and ACT). So append
the first letter of the LED color (like in the schematics) in order
to clarify this.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts index 7d65013f5a4b..d3ec6cd86bfc 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts @@ -42,7 +42,7 @@ #gpio-cells = <2>; gpio-line-names = "BT_ON", "WL_ON", - "STATUS_LED", + "STATUS_LED_R", "LAN_RUN", "", "CAM_GPIO0", |