From: Alain Volmat Date: Sun, 2 Jul 2023 16:19:34 +0000 (+0000) Subject: ARM: dts: st: move leds out of soc in stih418-b2264.dts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e34a63cf5f0c372f7b12fd56d313669700389a1a;p=linux.git 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 Acked-by: Patrice Chotard Signed-off-by: Patrice Chotard --- diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts index f496ca28850d6..d4874282cfba9 100644 --- a/arch/arm/boot/dts/st/stih418-b2264.dts +++ b/arch/arm/boot/dts/st/stih418-b2264.dts @@ -73,15 +73,15 @@ ethernet0 = ðernet0; }; - 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 {