summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-18 11:10:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-23 09:56:43 +0200
commit126df16f35c9cbc7d4cfdfec59f6c7606257f0f3 (patch)
tree9470a009fd94781f5852db3c485409be6a00307c /arch/arm
parent034e4ac85a74991be4283460002782051d5a89e2 (diff)
downloadbarebox-126df16f35c9cbc7d4cfdfec59f6c7606257f0f3.tar.gz
barebox-126df16f35c9cbc7d4cfdfec59f6c7606257f0f3.tar.xz
ARM: mvebu: remove reference to non-existant node
The container node of the leds has never had the name gpio_leds, so there is no regression here, it just never worked. Instead of fixing it, just drop it. Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts b/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts
index e88f1dc781..e57cd8f0ce 100644
--- a/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts
+++ b/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts
@@ -9,14 +9,4 @@
chosen {
stdout-path = "/soc/internal-regs/serial@12000";
};
-
- soc {
- internal-regs {
- gpio_leds {
- red_led {
- barebox,default-trigger = "heartbeat";
- };
- };
- };
- };
};