Skip to content

Commit

Permalink
ARM: dts: exynos: Enable AX88760 USB hub on Origen board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Leach authored and Krzysztof Kozlowski committed May 31, 2016
1 parent f4715dc commit 4e8991d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/exynos4412-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4e8991d

Please sign in to comment.