ARM64: rockchip: dts: re-order the nodes for RK3328 EVB
authorRandy Li <randy.li@rock-chips.com>
Fri, 21 Apr 2017 02:29:02 +0000 (10:29 +0800)
committerRandy Li <randy.li@rock-chips.com>
Fri, 21 Apr 2017 02:53:34 +0000 (10:53 +0800)
I re-order all the merged nodes in alphabetic order.

Change-Id: I677259b1ec3cd8463c8ef557a9c1f0afbef66318
Signed-off-by: Randy Li <randy.li@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3328-evb.dts

index 74ae0f86b4b8898ccc54af796443aba18c01e3d1..1e28e1e185328af29f872e3e305eddf4465d01c9 100644 (file)
                #clock-cells = <0>;
        };
 
-       vcc_phy: vcc-phy-regulator {
-               compatible = "regulator-fixed";
-               regulator-name = "vcc_phy";
-               regulator-always-on;
-               regulator-boot-on;
-       };
-
        sdio_pwrseq: sdio-pwrseq {
                compatible = "mmc-pwrseq-simple";
                pinctrl-names = "default";
                reset-gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
        };
 
-       wireless-wlan {
-               compatible = "wlan-platdata";
-               rockchip,grf = <&grf>;
-               wifi_chip_type = "ap6354";
-               sdio_vref = <1800>;
-               WIFI,host_wake_irq = <&gpio1 19 GPIO_ACTIVE_HIGH>;
-               status = "okay";
-       };
-
        sound {
                compatible = "simple-audio-card";
                simple-audio-card,format = "i2s";
                compatible = "linux,spdif-dit";
                #sound-dai-cells = <0>;
        };
-};
 
-&i2s1 {
-       #sound-dai-cells = <0>;
-       status = "okay";
-};
+       vcc_phy: vcc-phy-regulator {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc_phy";
+               regulator-always-on;
+               regulator-boot-on;
+       };
 
-&codec {
-       #sound-dai-cells = <0>;
-       status = "okay";
+       wireless-wlan {
+               compatible = "wlan-platdata";
+               rockchip,grf = <&grf>;
+               wifi_chip_type = "ap6354";
+               sdio_vref = <1800>;
+               WIFI,host_wake_irq = <&gpio1 19 GPIO_ACTIVE_HIGH>;
+               status = "okay";
+       };
 };
 
-&spdif {
+&codec {
        #sound-dai-cells = <0>;
        status = "okay";
 };
        cpu-supply = <&vdd_arm>;
 };
 
-&sdio {
-       bus-width = <4>;
-       cap-sd-highspeed;
-       cap-sdio-irq;
-       disable-wp;
-       keep-power-in-suspend;
-       max-frequency = <150000000>;
-       mmc-pwrseq = <&sdio_pwrseq>;
-       non-removable;
-       num-slots = <1>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
-       supports-sdio;
-       status = "okay";
-};
-
-&sdmmc {
-       bus-width = <4>;
-       cap-mmc-highspeed;
-       cap-sd-highspeed;
-       disable-wp;
-       max-frequency = <150000000>;
-       num-slots = <1>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
-       supports-sd;
-       status = "okay";
-};
-
 &emmc {
        bus-width = <8>;
        cap-mmc-highspeed;
        mali-supply = <&vdd_logic>;
 };
 
-&io_domains {
-       status = "okay";
-
-       vccio1-supply = <&vcc_io>;
-       vccio2-supply = <&vcc_18emmc>;
-       vccio3-supply = <&vcc_io>;
-       vccio4-supply = <&vdd_18>;
-       vccio5-supply = <&vcc_io>;
-       vccio6-supply = <&vcc_io>;
-       pmuio-supply = <&vcc_io>;
-};
-
-&tsadc {
-       status = "okay";
-};
-
-&u2phy {
-       otg-vbus-gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
-       status = "okay";
-
-       u2phy_host: host-port {
-               status = "okay";
-       };
-
-       u2phy_otg: otg-port {
-               status = "okay";
-       };
-};
-
-&u3phy {
-       vbus-drv-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
-       status = "okay";
-};
-
-&u3phy_utmi {
-       status = "okay";
-};
-
-&u3phy_pipe {
-       status = "okay";
-};
-
-&usb20_otg {
-       dr_mode = "peripheral";
-       status = "okay";
-};
-
-&usb_host0_ehci {
-       status = "okay";
-};
-
-&usb_host0_ohci {
-       status = "okay";
-};
-
-&usbdrd3 {
-       status = "okay";
-};
-
-&usbdrd_dwc3 {
-       status = "okay";
-};
-
 &i2c1 {
        status = "okay";
 
        };
 };
 
+&i2s1 {
+       #sound-dai-cells = <0>;
+       status = "okay";
+};
+
+&io_domains {
+       status = "okay";
+
+       vccio1-supply = <&vcc_io>;
+       vccio2-supply = <&vcc_18emmc>;
+       vccio3-supply = <&vcc_io>;
+       vccio4-supply = <&vdd_18>;
+       vccio5-supply = <&vcc_io>;
+       vccio6-supply = <&vcc_io>;
+       pmuio-supply = <&vcc_io>;
+};
+
 &pinctrl {
        pmic {
                pmic_int_l: pmic-int-l {
                };
        };
 };
+
+&sdio {
+       bus-width = <4>;
+       cap-sd-highspeed;
+       cap-sdio-irq;
+       disable-wp;
+       keep-power-in-suspend;
+       max-frequency = <150000000>;
+       mmc-pwrseq = <&sdio_pwrseq>;
+       non-removable;
+       num-slots = <1>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
+       supports-sdio;
+       status = "okay";
+};
+
+&sdmmc {
+       bus-width = <4>;
+       cap-mmc-highspeed;
+       cap-sd-highspeed;
+       disable-wp;
+       max-frequency = <150000000>;
+       num-slots = <1>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
+       supports-sd;
+       status = "okay";
+};
+
+&spdif {
+       #sound-dai-cells = <0>;
+       status = "okay";
+};
+
+&tsadc {
+       status = "okay";
+};
+
+&u2phy {
+       otg-vbus-gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
+       status = "okay";
+
+       u2phy_host: host-port {
+               status = "okay";
+       };
+
+       u2phy_otg: otg-port {
+               status = "okay";
+       };
+};
+
+&u3phy {
+       vbus-drv-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
+       status = "okay";
+};
+
+&u3phy_utmi {
+       status = "okay";
+};
+
+&u3phy_pipe {
+       status = "okay";
+};
+
+&usb20_otg {
+       dr_mode = "peripheral";
+       status = "okay";
+};
+
+&usb_host0_ehci {
+       status = "okay";
+};
+
+&usb_host0_ohci {
+       status = "okay";
+};
+
+&usbdrd3 {
+       status = "okay";
+};
+
+&usbdrd_dwc3 {
+       status = "okay";
+};