diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-08-23 10:11:26 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-08-25 19:11:16 +0800 |
commit | f9908c178c273728166ccc21544821a42015f81d (patch) | |
tree | 69d5fab611f141b4fd6f4b439201a4627454f464 /arch/arm/boot/dts/imx6dl-hummingboard.dts | |
parent | 090727b880ff3c56e333f267cc24ab076f3bc096 (diff) |
ARM: dts: hummingboard/cubox-i: add USB OC pinctrl configuration
Hummingboard has no over current hardware, so disable the over current
detection for both ports.
Cubox-i has over current hardware, so appropriately configure this.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-hummingboard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-hummingboard.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-hummingboard.dts b/arch/arm/boot/dts/imx6dl-hummingboard.dts index c8e51dd41b8..d1c892e2829 100644 --- a/arch/arm/boot/dts/imx6dl-hummingboard.dts +++ b/arch/arm/boot/dts/imx6dl-hummingboard.dts @@ -181,11 +181,13 @@ }; &usbh1 { + disable-over-current; vbus-supply = <®_usbh1_vbus>; status = "okay"; }; &usbotg { + disable-over-current; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hummingboard_usbotg_id>; vbus-supply = <®_usbotg_vbus>; |