diff mbox series

[U-Boot,36/40] arm64: zynqmp: Uncomment snps, quirk-frame-length-adjustment flag in dwc3

Message ID d1173b9772e2bc2fc0ec7b2dcbe5f3d2b3efb25f.1509970359.git.michal.simek@xilinx.com
State Accepted
Commit 397a08ab9294107ede59e044dcd7557fbc230cb7
Delegated to: Michal Simek
Headers show
Series zynqmp: arm64: DT changes | expand

Commit Message

Michal Simek Nov. 6, 2017, 12:13 p.m. UTC
From: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>

This patch uncomments snps,quirk-frame-length-adjustment which has
the value to adjust the SOF/ITP generated from the controller.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 895ea1f9d595..2d26d0dacaf1 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -1032,7 +1032,7 @@ 
 				reg = <0x0 0xfe200000 0x0 0x40000>;
 				interrupt-parent = <&gic>;
 				interrupts = <0 65 4>, <0 69 4>;
-				/* snps,quirk-frame-length-adjustment = <0x20>; */
+				snps,quirk-frame-length-adjustment = <0x20>;
 				snps,refclk_fladj;
 				/* dma-coherent; */
 			};
@@ -1059,7 +1059,7 @@ 
 				reg = <0x0 0xfe300000 0x0 0x40000>;
 				interrupt-parent = <&gic>;
 				interrupts = <0 70 4>, <0 74 4>;
-				/* snps,quirk-frame-length-adjustment = <0x20>; */
+				snps,quirk-frame-length-adjustment = <0x20>;
 				snps,refclk_fladj;
 				/* dma-coherent; */
 			};