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