aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>2017-03-10 19:18:17 +0530
committerMichal Simek <michal.simek@xilinx.com>2017-11-28 16:09:16 +0100
commit397a08ab9294107ede59e044dcd7557fbc230cb7 (patch)
treefe0241b8f8c1020d877f5f97dbdfc5cd8c88cc49 /arch
parent2ef98667b75d7124a8da84b0528168f9a69ae5e2 (diff)
downloadu-boot-397a08ab9294107ede59e044dcd7557fbc230cb7.zip
u-boot-397a08ab9294107ede59e044dcd7557fbc230cb7.tar.gz
u-boot-397a08ab9294107ede59e044dcd7557fbc230cb7.tar.bz2
arm64: zynqmp: Uncomment snps,quirk-frame-length-adjustment flag in dwc3
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 895ea1f..2d26d0d 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; */
};