diff options
author | Matthew Leach <matthew@mattleach.net> | 2016-05-11 10:06:52 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-31 12:47:03 +0300 |
commit | 4e8991def565dc46278fe4d320c06ba20af9e0f7 (patch) | |
tree | 73d5171f065219a092acbde1bded19f762ab9197 /arch/arm/boot/dts/exynos4412-origen.dts | |
parent | f4715dc7eb89e1e776ab2c260cb008617490f931 (diff) | |
download | linux-4e8991def565dc46278fe4d320c06ba20af9e0f7.tar.xz |
ARM: dts: exynos: Enable AX88760 USB hub on Origen board
Enable the Origen's usb phy and ohci devices in the device tree. Also
add the "samsung,vbus-gpio" property to enable the GPX3(5) gpio pin so
the AX88760 hub is powered.
Signed-off-by: Matthew Leach <matthew@mattleach.net>
[k.kozlowski: Extend nodes by label notation instead of path]
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-origen.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-origen.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index 8bca699b7f20..7e53b6fbe0ae 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -83,6 +83,22 @@ cpu0-supply = <&buck2_reg>; }; +&exynos_usbphy { + status = "okay"; +}; + +&ehci { + samsung,vbus-gpio = <&gpx3 5 1>; + status = "okay"; + + port@1{ + status = "okay"; + }; + port@2 { + status = "okay"; + }; +}; + &fimd { pinctrl-0 = <&lcd_clk &lcd_data24 &pwm1_out>; pinctrl-names = "default"; |