提交 860a5d0b 编写于 作者: S Stefan Wahren 提交者: Eric Anholt

ARM: dts: bcm283x: Add generic USB PHY

In order to use dwc2 in OTG or gadget mode the USB PHY should be
specified. Since there is no bcm283x USB PHY driver use the generic
one.
Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com>
Acked-by: NStephen Warren <swarren@nvidia.com>
Signed-off-by: NEric Anholt <eric@anholt.net>
上级 1aa1d858
......@@ -589,6 +589,8 @@
#size-cells = <0>;
clocks = <&clk_usb>;
clock-names = "otg";
phys = <&usbphy>;
phy-names = "usb2-phy";
};
v3d: v3d@7ec00000 {
......@@ -624,4 +626,8 @@
clock-frequency = <480000000>;
};
};
usbphy: phy {
compatible = "usb-nop-xceiv";
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册