]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: reorder nodes for stm32429i-eval
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 13 Nov 2025 15:13:52 +0000 (16:13 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 8 Jan 2026 15:30:46 +0000 (16:30 +0100)
Reorder nodes by alphabetical order.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20251113-upstream_update_led_nodes-v2-1-45090db9e2e5@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32429i-eval.dts

index afa417b34b25ffd7351885071e72989dd635b382..6ce8d7e5565a6cbcf2d2f99701d28d23185c3519 100644 (file)
                dma-ranges = <0xc0000000 0x0 0x10000000>;
        };
 
-       vdda: regulator-vdda {
-               compatible = "regulator-fixed";
-               regulator-name = "vdda";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-       };
-
-       vref: regulator-vref {
-               compatible = "regulator-fixed";
-               regulator-name = "vref";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-       };
-
-       vdd_panel: vdd-panel {
-               compatible = "regulator-fixed";
-               regulator-name = "vdd_panel";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-       };
-
        leds {
                compatible = "gpio-leds";
                led-green {
                };
        };
 
-       usbotg_hs_phy: usbphy {
-               #phy-cells = <0>;
-               compatible = "usb-nop-xceiv";
-               clocks = <&rcc 0 STM32F4_AHB1_CLOCK(OTGHSULPI)>;
-               clock-names = "main_clk";
+       mmc_vcard: mmc_vcard {
+               compatible = "regulator-fixed";
+               regulator-name = "mmc_vcard";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
        };
 
        panel_rgb: panel-rgb {
                };
        };
 
-       mmc_vcard: mmc_vcard {
+       vdda: regulator-vdda {
                compatible = "regulator-fixed";
-               regulator-name = "mmc_vcard";
+               regulator-name = "vdda";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
+
+       vref: regulator-vref {
+               compatible = "regulator-fixed";
+               regulator-name = "vref";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
+
+       usbotg_hs_phy: usbphy {
+               #phy-cells = <0>;
+               compatible = "usb-nop-xceiv";
+               clocks = <&rcc 0 STM32F4_AHB1_CLOCK(OTGHSULPI)>;
+               clock-names = "main_clk";
+       };
+
+       vdd_panel: vdd-panel {
+               compatible = "regulator-fixed";
+               regulator-name = "vdd_panel";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };