Commit 4bb3894a authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

ARM: dts: i.MX51: digi-connectcore-jsk: Use usb-nop-xceiv usbphy for USB1



Add node describing the USB1 usbphy.

Signed-off-by: default avatarAlexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a65123d6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@
	chosen {
		stdout-path = &uart1;
	};

	usbphy1: usbphy1 {
		compatible = "usb-nop-xceiv";
		clocks = <&clks IMX5_CLK_USB_PHY_GATE>;
		clock-names = "main_clk";
		#phy-cells = <0>;
	};
};

&esdhc1 {
@@ -63,6 +70,7 @@
&usbh1 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_usbh1>;
	fsl,usbphy = <&usbphy1>;
	dr_mode = "host";
	phy_type = "ulpi";
	disable-over-current;