From 9702236b82829a047af3ebe6a4a0804f7810914b Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Tue, 26 Jul 2016 17:46:45 +0000 Subject: [PATCH] ARM: dts: bcm283x: Add generic USB PHY In order to use DWC2 in otg or gadget mode the USB PHY must be specified. Since there is no bcm283x USB PHY driver use the generic one. Signed-off-by: Stefan Wahren Acked-by: Stephen Warren --- arch/arm/boot/dts/bcm283x.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 46d46d894a441..2e7a174c6b8c5 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -292,6 +292,8 @@ #size-cells = <0>; clocks = <&clk_usb>; clock-names = "otg"; + phys = <&usbphy>; + phy-names = "usb2-phy"; }; v3d: v3d@7ec00000 { @@ -303,6 +305,10 @@ vc4: gpu { compatible = "brcm,bcm2835-vc4"; }; + + usbphy: phy { + compatible = "usb-nop-xceiv"; + }; }; clocks {