]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
devicetree: ccf: Correct USB bus and ref clock nodes
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Sat, 11 Feb 2017 13:17:07 +0000 (18:47 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 28 Feb 2017 09:27:06 +0000 (10:27 +0100)
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>
arch/arm/dts/zynqmp-clk-ccf.dtsi
arch/arm/dts/zynqmp.dtsi

index 123b986ffd1d02bdbf0ced23644dd630871620d2..c4501961347ac6c71affce9798d290e20b105c7f 100644 (file)
 };
 
 &usb0 {
-       clocks = <&clkc 33>,  <&clkc 31>;
+       clocks = <&clkc 32>,  <&clkc 34>;
 };
 
 &usb1 {
-       clocks = <&clkc 33>,  <&clkc 32>;
+       clocks = <&clkc 33>,  <&clkc 34>;
 };
 
 &watchdog0 {
index e957d8abb6dcd199136c4e95366097806bff59bc..416f8848d85872da1beb321fd749b8085cf9fcdd 100644 (file)
                        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>;