Skip to content

Commit 1e56389

Browse files
pelwellpopcornmix
authored andcommitted
ARM: dts: bcm2712-rpi-5-b: Use common LED labels
As of 6.6, the names of the labels on the Pi LEDs was swapped to match the upstream code, i.e. led_act rather than act_led. Apply the same change to Pi 5. Signed-off-by: Phil Elwell <[email protected]>
1 parent b59f03a commit 1e56389

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
leds: leds {
6464
compatible = "gpio-leds";
6565

66-
pwr_led: led-pwr {
66+
led_pwr: led-pwr {
6767
label = "PWR";
6868
gpios = <&rp1_gpio 44 GPIO_ACTIVE_LOW>;
6969
default-state = "off";
7070
linux,default-trigger = "none";
7171
};
7272

73-
act_led: led-act {
73+
led_act: led-act {
7474
label = "ACT";
7575
gpios = <&gio_aon 9 GPIO_ACTIVE_LOW>;
7676
default-state = "off";
@@ -826,10 +826,10 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
826826
uart0 = <&uart0>, "status";
827827
wifiaddr = <&wifi>, "local-mac-address[";
828828

829-
act_led_activelow = <&act_led>, "active-low?";
830-
act_led_trigger = <&act_led>, "linux,default-trigger";
831-
pwr_led_activelow = <&pwr_led>, "gpios:8";
832-
pwr_led_trigger = <&pwr_led>, "linux,default-trigger";
829+
act_led_activelow = <&led_act>, "active-low?";
830+
act_led_trigger = <&led_act>, "linux,default-trigger";
831+
pwr_led_activelow = <&led_pwr>, "gpios:8";
832+
pwr_led_trigger = <&led_pwr>, "linux,default-trigger";
833833
eth_led0 = <&phy1>,"led-modes:0";
834834
eth_led1 = <&phy1>,"led-modes:4";
835835
drm_fb0_rp1_dsi0 = <&aliases>, "drm-fb0=",&dsi0;

0 commit comments

Comments
 (0)