zynq: add usb support for Zedboard
[openwrt-github/.git] / target / linux / zynq / patches / 100-dt-sync-dts-files-with-kernel.patch
1 --- a/arch/arm/boot/dts/zynq-zed.dts
2 +++ b/arch/arm/boot/dts/zynq-zed.dts
3 @@ -32,10 +32,12 @@
4                 bootargs = "earlyprintk";
5                 stdout-path = "serial0:115200n8";
6         };
7 -
8         usb_phy0: phy0 {
9 -               compatible = "usb-nop-xceiv";
10 +               compatible = "ulpi-phy";
11                 #phy-cells = <0>;
12 +               reg = <0xe0002000 0x1000>;
13 +               view-port = <0x0170>;
14 +               drv-vbus;
15         };
16  };
17