]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun6i: csq cs908 dts cleanup
authorHans de Goede <hdegoede@redhat.com>
Sat, 21 Mar 2015 13:23:01 +0000 (14:23 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Apr 2015 06:20:30 +0000 (08:20 +0200)
Remove the unused usb1_vbus_pin_csq908 node (vbus is always on on the cs908),
and sort the remaining nodes alphabetically.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31s-cs908.dts

index bc3734f67cf058dac78698fe0ef9184ba62dc893..3f0cc8c58df8beb7c0ffc1c276798b8c94f763aa 100644 (file)
        compatible = "csq,cs908", "allwinner,sun6i-a31s";
 };
 
-&usbphy {
-       status = "okay";
-};
-
 &ehci0 {
        status = "okay";
 };
        status = "okay";
 };
 
-&ohci1 {
-       status = "okay";
-};
-
-&pio {
-       usb1_vbus_pin_csq908: usb1_vbus_pin@0 {
-               allwinner,pins = "PC27";
-               allwinner,function = "gpio_out";
-               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
-               allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
-       };
-};
-
-&uart0 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&uart0_pins_a>;
-       status = "okay";
-};
-
 &gmac {
        pinctrl-names = "default";
        pinctrl-0 = <&gmac_pins_mii_a>;
        pinctrl-0 = <&ir_pins_a>;
        status = "okay";
 };
+
+&ohci1 {
+       status = "okay";
+};
+
+&uart0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart0_pins_a>;
+       status = "okay";
+};
+
+&usbphy {
+       status = "okay";
+};