ARM: zynq: Add reset-gpio property for USB on Zybo
DTS syncup with Linux kernel. Add missing reset-gpio property. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
6a10bc5be8
commit
baec7df738
1 changed files with 2 additions and 1 deletions
|
@ -31,8 +31,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
usb_phy0: phy0 {
|
usb_phy0: phy0 {
|
||||||
compatible = "usb-nop-xceiv";
|
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
compatible = "usb-nop-xceiv";
|
||||||
|
reset-gpios = <&gpio0 46 1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue