diff options
author | Phil Elwell <phil@raspberrypi.com> | 2022-04-11 23:01:40 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-04-19 21:28:21 +0300 |
commit | 57f718aa4b93392fb1a8c0a874ab882b9e18136a (patch) | |
tree | 732402abf67890480d9f85dde5313a61c0a9f6b7 /arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | |
parent | 9fd26fd02749ec964eb0d588a3bab9e09bf77927 (diff) | |
download | linux-57f718aa4b93392fb1a8c0a874ab882b9e18136a.tar.xz |
ARM: dts: bcm2837-rpi-3-b-plus: Fix GPIO line name of power LED
The red LED on the Raspberry Pi 3 B Plus is the power LED.
So fix the GPIO line name accordingly.
Fixes: 71c0cd2283f2 ("ARM: dts: bcm2837: Add Raspberry Pi 3 B+")
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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 e12938baaf12..c263f5b48b96 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts @@ -45,7 +45,7 @@ #gpio-cells = <2>; gpio-line-names = "BT_ON", "WL_ON", - "STATUS_LED_R", + "PWR_LED_R", "LAN_RUN", "", "CAM_GPIO0", |