ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
authorStefan Wahren <wahrenst@gmx.net>
Sat, 18 Nov 2023 12:42:52 +0000 (13:42 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 29 Nov 2023 00:26:07 +0000 (16:26 -0800)
commitdc761f11af2e39119d3a7942e3d10615f3d900e7
tree3871ed6cb2f1c72ccbe6f679181b0ff93f0034c0
parentb85ea95d086471afb4ad062012a4d73cd328fa86
ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act

The LED ACT which is included from bcm2711-rpi-4-b doesn't exists
on the Raspberry Pi 400. So the bcm2711-rpi-400.dts tries to
use the delete-node directive in order to remove the complete
node. Unfortunately the usage get broken in commit 1156e3a78bcc
("ARM: dts: bcm283x: Move ACT LED into separate dtsi")
and now ACT and PWR LED using the same GPIO and this prevent
probing of led-gpios on Raspberry Pi 400:

    leds-gpio: probe of leds failed with error -16

So fix the delete-node directive.

Fixes: 1156e3a78bcc ("ARM: dts: bcm283x: Move ACT LED into separate dtsi")
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20231118124252.14838-3-wahrenst@gmx.net
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts