Usb "bus_clk" & "ref_clk" nodes are wrongly mapped.
This patch fixes the USB0/1 bus and ref clock nodes and fixes
the error shown below
[ 39.216536] xhci-hcd xhci-hcd.0.auto: Stopped the command ring failed, maybe the host is dead
[ 39.241437] xhci-hcd xhci-hcd.0.auto: Abort command ring failed
[ 39.247391] xhci-hcd xhci-hcd.0.auto: HC died; cleaning up
This patch corrects the changes on commit "
5410386d9b6c7c91892a4961c998bf1bc54e795e"
Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
};
&usb0 {
- clocks = <&clkc 33>, <&clkc 31>;
+ clocks = <&clkc 32>, <&clkc 34>;
};
&usb1 {
- clocks = <&clkc 33>, <&clkc 32>;
+ clocks = <&clkc 33>, <&clkc 34>;
};
&watchdog0 {
status = "disabled";
compatible = "xlnx,zynqmp-dwc3";
clock-names = "bus_clk", "ref_clk";
- clocks = <&clk125>, <&clk125>;
#stream-id-cells = <1>;
iommus = <&smmu 0x860>;
power-domains = <&pd_usb0>;
status = "disabled";
compatible = "xlnx,zynqmp-dwc3";
clock-names = "bus_clk", "ref_clk";
- clocks = <&clk125>, <&clk125>;
#stream-id-cells = <1>;
iommus = <&smmu 0x861>;
power-domains = <&pd_usb1>;