diff options
author | Stefan Wahren <[email protected]> | 2017-05-21 18:44:37 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-06-12 13:28:27 -0700 |
commit | 860a5d0b262eb3a98f578ffbd4469723315fd778 (patch) | |
tree | 3b2e81d9389ac2a4ab614eefb30715a61da46dda | |
parent | 1aa1d858f582c7b1c245e8990ab21e1d9d8d00b1 (diff) |
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: Stefan Wahren <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 86a5db53da8f..9a05cde8aced 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -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"; + }; }; |