[PATCH 2/9] ARM: dts: i.MX51: Add a second usbphy.
Peter Chen
peter.chen at freescale.com
Sun Mar 9 20:52:01 EDT 2014
On Fri, Mar 07, 2014 at 06:04:16PM +0100, Denis Carikli wrote:
> Signed-off-by: Denis Carikli <denis at eukrea.com>
> ---
> arch/arm/boot/dts/imx51.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
> index e508e6f..917b6ed 100644
> --- a/arch/arm/boot/dts/imx51.dtsi
> +++ b/arch/arm/boot/dts/imx51.dtsi
> @@ -100,6 +100,13 @@
> clocks = <&clks IMX5_CLK_USB_PHY_GATE>;
> clock-names = "main_clk";
> };
> +
> + usbphy1: usbphy at 1 {
> + compatible = "usb-nop-xceiv";
> + reg = <1>;
> + clocks = <&clks IMX5_CLK_USB_PHY_GATE>;
> + clock-names = "main_clk";
> + };
Is this the ulpi phy for host1 controller? Why the clock is the same with utmi phy
clock for otg controller.
> };
>
> soc {
> @@ -239,6 +246,7 @@
> interrupts = <14>;
> clocks = <&clks IMX5_CLK_USBOH3_GATE>;
> fsl,usbmisc = <&usbmisc 1>;
> + fsl,usbphy = <&usbphy1>;
> status = "disabled";
> };
>
> --
> 1.7.9.5
>
>
>
--
Best Regards,
Peter Chen
More information about the linux-arm-kernel
mailing list