diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-12-06 16:36:55 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-12-06 16:37:01 +0100 |
commit | 56d4eaed1e38c1e010156556d4534c9793bf68be (patch) | |
tree | ccacdc856e45a620445bc8156fb321a26a1829f2 /arch/arm | |
parent | 2d8781ba59c1b74afa93f6fdd97e6e95a77f2526 (diff) | |
parent | dc761f11af2e39119d3a7942e3d10615f3d900e7 (diff) |
Merge tag 'arm-soc/for-6.7/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
6.7, please pull the following:
- Stefan corrects the disabling of the activity LED for the Raspberry Pi
400
* tag 'arm-soc/for-6.7/devicetree-fixes' of https://github.com/Broadcom/stblinux:
ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
Link: https://lore.kernel.org/r/20231205225021.653045-1-florian.fainelli@broadcom.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts b/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts index 1ab8184302db..5a2869a18bd5 100644 --- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts +++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts @@ -36,9 +36,7 @@ gpios = <&gpio 42 GPIO_ACTIVE_HIGH>; }; -&leds { - /delete-node/ led_act; -}; +/delete-node/ &led_act; &pm { /delete-property/ system-power-controller; |