Skip to content

Commit 56d4eae

Browse files
committed
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/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 2d8781b + dc761f1 commit 56d4eae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
3737
};
3838

39-
&leds {
40-
/delete-node/ led_act;
41-
};
39+
/delete-node/ &led_act;
4240

4341
&pm {
4442
/delete-property/ system-power-controller;

0 commit comments

Comments
 (0)