]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: dts: tx6: move vbus pinctrls to regulator nodes
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 7 Mar 2014 08:11:56 +0000 (09:11 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 7 Mar 2014 08:11:56 +0000 (09:11 +0100)
arch/arm/boot/dts/imx6qdl-tx6.dtsi

index 7db8e028f97f8566dcbb77ae8fc5bd9486131075..ee9d273c75ab5e833dfa04e56f085b6d73437817 100644 (file)
                        regulator-max-microvolt = <5000000>;
                        gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
                        enable-active-high;
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&pinctrl_tx6_usbh1_vbus>;
                };
 
                reg_usbotg_vbus: regulator@8 {
                        regulator-max-microvolt = <5000000>;
                        gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
                        enable-active-high;
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&pinctrl_tx6_usbotg_vbus>;
                };
        };
 
 
 &usbh1 {
        vbus-supply = <&reg_usbh1_vbus>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_tx6_usbh1_vbus>;
        dr_mode = "host";
        disable-over-current;
        status = "okay";
 &usbotg {
        vbus-supply = <&reg_usbotg_vbus>;
        pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_tx6_usbotg &pinctrl_tx6_usbotg_vbus>;
+       pinctrl-0 = <&pinctrl_tx6_usbotg>;
        dr_mode = "peripheral";
        disable-over-current;
        status = "okay";