summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/st
diff options
context:
space:
mode:
authorAlain Volmat <avolmat@me.com>2023-07-02 19:19:34 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-10-13 10:03:50 +0300
commite34a63cf5f0c372f7b12fd56d313669700389a1a (patch)
tree4b2041f49dc2b31a06e8106e85cf2f1ff62a8c4f /arch/arm/boot/dts/st
parent7c46058ec1167fec9a3710113337942132540db8 (diff)
downloadlinux-e34a63cf5f0c372f7b12fd56d313669700389a1a.tar.xz
ARM: dts: st: move leds out of soc in stih418-b2264.dts
Move the leds node out of the soc section and correct the following warning: Warning (simple_bus_reg): /soc/leds: missing or empty reg/ranges property Signed-off-by: Alain Volmat <avolmat@me.com> Acked-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/st')
-rw-r--r--arch/arm/boot/dts/st/stih418-b2264.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts
index f496ca28850d..d4874282cfba 100644
--- a/arch/arm/boot/dts/st/stih418-b2264.dts
+++ b/arch/arm/boot/dts/st/stih418-b2264.dts
@@ -73,15 +73,15 @@
ethernet0 = &ethernet0;
};
- soc {
- leds {
- compatible = "gpio-leds";
- led-green {
- gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
- default-state = "off";
- };
+ leds {
+ compatible = "gpio-leds";
+ led-green {
+ gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
+ default-state = "off";
};
+ };
+ soc {
pin-controller-sbc@961f080 {
gmac1 {
rgmii1-0 {