diff options
| author | Biju Das <[email protected]> | 2017-10-11 10:04:33 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2017-10-12 13:45:49 +0200 |
| commit | 405b580227ff1ae8fde82a666a2a5c0391a7e64a (patch) | |
| tree | 19f5de0223b0106c42aec718b0a7d978ab3cb69a | |
| parent | 4b4a3b1c33b7a389d90624683d8f1a8d1dc2affa (diff) | |
ARM: dts: iwg20d-q7: Enable HS-USB
Enable HS-USB device for the iWave G20D-Q7 carrier board based on
RZ/G1M.
Also disable the host mode support on usb otg port by default to avoid
pin conflicts.
Signed-off-by: Biju Das <[email protected]>
Signed-off-by: Chris Paterson <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/iwg20d-q7-common.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi b/arch/arm/boot/dts/iwg20d-q7-common.dtsi index 1c072c0a4888..efd8af9242d1 100644 --- a/arch/arm/boot/dts/iwg20d-q7-common.dtsi +++ b/arch/arm/boot/dts/iwg20d-q7-common.dtsi @@ -58,6 +58,12 @@ }; }; +&hsusb { + status = "okay"; + pinctrl-0 = <&usb0_pins>; + pinctrl-names = "default"; +}; + &i2c2 { pinctrl-0 = <&i2c2_pins>; pinctrl-names = "default"; @@ -72,7 +78,6 @@ }; &pci0 { - status = "okay"; pinctrl-0 = <&usb0_pins>; pinctrl-names = "default"; }; |