From 91fb7a067d9a2bc0beefc634e1051f14d17d42b2 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Vulisha Date: Sat, 11 Feb 2017 18:47:07 +0530 Subject: [PATCH] devicetree: ccf: Correct USB bus and ref clock nodes 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 Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-clk-ccf.dtsi | 4 ++-- arch/arm/dts/zynqmp.dtsi | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/dts/zynqmp-clk-ccf.dtsi b/arch/arm/dts/zynqmp-clk-ccf.dtsi index 123b986ffd1..c4501961347 100644 --- a/arch/arm/dts/zynqmp-clk-ccf.dtsi +++ b/arch/arm/dts/zynqmp-clk-ccf.dtsi @@ -234,11 +234,11 @@ }; &usb0 { - clocks = <&clkc 33>, <&clkc 31>; + clocks = <&clkc 32>, <&clkc 34>; }; &usb1 { - clocks = <&clkc 33>, <&clkc 32>; + clocks = <&clkc 33>, <&clkc 34>; }; &watchdog0 { diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index e957d8abb6d..416f8848d85 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -954,7 +954,6 @@ 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>; @@ -977,7 +976,6 @@ 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>; -- 2.47.3