Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e8991de authored by Matthew Leach's avatar Matthew Leach Committed by Krzysztof Kozlowski
Browse files

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: default avatarMatthew Leach <matthew@mattleach.net>
[k.kozlowski: Extend nodes by label notation instead of path]
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent f4715dc7
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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";