Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Add node describing the USB1 usbphy.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Alexander Shiyan and committed by
Shawn Guo
4bb3894a a65123d6

+8
+8
arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
··· 13 13 chosen { 14 14 stdout-path = &uart1; 15 15 }; 16 + 17 + usbphy1: usbphy1 { 18 + compatible = "usb-nop-xceiv"; 19 + clocks = <&clks IMX5_CLK_USB_PHY_GATE>; 20 + clock-names = "main_clk"; 21 + #phy-cells = <0>; 22 + }; 16 23 }; 17 24 18 25 &esdhc1 { ··· 70 63 &usbh1 { 71 64 pinctrl-names = "default"; 72 65 pinctrl-0 = <&pinctrl_usbh1>; 66 + fsl,usbphy = <&usbphy1>; 73 67 dr_mode = "host"; 74 68 phy_type = "ulpi"; 75 69 disable-over-current;