Skip to content

Commit

Permalink
ARM: dts: bcm283x: Add generic USB PHY
Browse files Browse the repository at this point in the history
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 <stefan.wahren@i2se.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
lategoodbye committed Sep 16, 2016
1 parent 7aab0e6 commit 9702236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/bcm283x.dtsi
Expand Up @@ -292,6 +292,8 @@
#size-cells = <0>;
clocks = <&clk_usb>;
clock-names = "otg";
phys = <&usbphy>;
phy-names = "usb2-phy";
};

v3d: v3d@7ec00000 {
Expand All @@ -303,6 +305,10 @@
vc4: gpu {
compatible = "brcm,bcm2835-vc4";
};

usbphy: phy {
compatible = "usb-nop-xceiv";
};
};

clocks {
Expand Down

0 comments on commit 9702236

Please sign in to comment.