aboutsummaryrefslogtreecommitdiff
path: root/src/arm/sun4i-a10-hyundai-a7hd.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-06-20 02:28:15 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-06-20 02:28:15 +0000
commit8fdc67f730291b64de002bf95d19ae75e058b8ce (patch)
tree7168a4d1758594b7d9d103004964d3ab4a44d2a3 /src/arm/sun4i-a10-hyundai-a7hd.dts
parentff018dbf5bb142aa83bd955e5b6c55d66e9e9c1e (diff)
downloadsrc-8fdc67f730291b64de002bf95d19ae75e058b8ce.tar.gz
src-8fdc67f730291b64de002bf95d19ae75e058b8ce.zip
Update the DTS file from Linux 4.11vendor/device-tree/4.11
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=320128 svn path=/vendor/device-tree/4.11/; revision=320129; tag=vendor/device-tree/4.11
Diffstat (limited to 'src/arm/sun4i-a10-hyundai-a7hd.dts')
-rw-r--r--src/arm/sun4i-a10-hyundai-a7hd.dts16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/arm/sun4i-a10-hyundai-a7hd.dts b/src/arm/sun4i-a10-hyundai-a7hd.dts
index 9103864fef90..85dcf81ab64e 100644
--- a/src/arm/sun4i-a10-hyundai-a7hd.dts
+++ b/src/arm/sun4i-a10-hyundai-a7hd.dts
@@ -93,17 +93,15 @@
&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;
};
};
@@ -123,7 +121,7 @@
};
&usb2_vbus_pin_a {
- allwinner,pins = "PH6";
+ pins = "PH6";
};
&usb_otg {