From: Phil Elwell Date: Mon, 11 Apr 2022 20:01:40 +0000 (+0200) Subject: ARM: dts: bcm2837-rpi-3-b-plus: Fix GPIO line name of power LED X-Git-Tag: v6.6.17~7444^2~29^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57f718aa4b93392fb1a8c0a874ab882b9e18136a;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Stefan Wahren Signed-off-by: Florian Fainelli --- 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 e12938b..c263f5b 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",