Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / sun4i-a10-hyundai-a7hd.dts
index 9103864fef90a129f3f54a187721f8c7cff86673..85dcf81ab64ef0fd67d49881f7efe1b54c0248a4 100644 (file)
 
 &pio {
        usb0_id_detect_pin: usb0_id_detect_pin@0 {
-               allwinner,pins = "PH4";
-               allwinner,function = "gpio_in";
-               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
-               allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
+               pins = "PH4";
+               function = "gpio_in";
+               bias-pull-up;
        };
 
        usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 {
-               allwinner,pins = "PH5";
-               allwinner,function = "gpio_in";
-               allwinner,drive = <SUN4I_PINCTRL_10_MA>;
-               allwinner,pull = <SUN4I_PINCTRL_PULL_DOWN>;
+               pins = "PH5";
+               function = "gpio_in";
+               bias-pull-down;
        };
 };
 
 };
 
 &usb2_vbus_pin_a {
-       allwinner,pins = "PH6";
+       pins = "PH6";
 };
 
 &usb_otg {