ARM: dts: bcm2711-rpi-400: Don't delete the ACT LED
authorPhil Elwell <phil@raspberrypi.com>
Wed, 13 Dec 2023 10:26:19 +0000 (10:26 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:23 +0000 (11:35 +0000)
The Pi 400 only has one user-accessible LED (green), which is intended
to be used as a power indication. Therefore there is no activity LED.
However, a user may wish to remap the activity LED functionality to a
GPIO in the 40-way header, so preserve the led-act node in a disabled
state.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts

index de36357..45c3676 100644 (file)
@@ -36,8 +36,6 @@
        gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
 };
 
-/delete-node/ &led_act;
-
 &pm {
        /delete-property/ system-power-controller;
 };