aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorLijun Pan <Lijun.Pan@freescale.com>2016-02-09 18:08:07 -0500
committerShawn Guo <shawnguo@kernel.org>2016-02-14 03:44:03 -0500
commita9cefa36690385ec5b6b0fab1e37c37fa19980ca (patch)
tree70b4b9a625ef89b7120ec96978f8cbb74284d3be /arch/arm64
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
arm64: dts: ls2080a: Add quirk for Erratum A009116
Add "snps,quirk-frame-length-adjustment" property to USB3 node for erratum A009116. This property provides value of GFLADJ_30MHZ for post silicon frame length adjustment. Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
index 2b23d0360683..909a1e3e673b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
@@ -569,6 +569,7 @@
569 reg = <0x0 0x3100000 0x0 0x10000>; 569 reg = <0x0 0x3100000 0x0 0x10000>;
570 interrupts = <0 80 0x4>; /* Level high type */ 570 interrupts = <0 80 0x4>; /* Level high type */
571 dr_mode = "host"; 571 dr_mode = "host";
572 snps,quirk-frame-length-adjustment = <0x20>;
572 }; 573 };
573 574
574 usb1: usb3@3110000 { 575 usb1: usb3@3110000 {
@@ -577,6 +578,7 @@
577 reg = <0x0 0x3110000 0x0 0x10000>; 578 reg = <0x0 0x3110000 0x0 0x10000>;
578 interrupts = <0 81 0x4>; /* Level high type */ 579 interrupts = <0 81 0x4>; /* Level high type */
579 dr_mode = "host"; 580 dr_mode = "host";
581 snps,quirk-frame-length-adjustment = <0x20>;
580 }; 582 };
581 583
582 ccn@4000000 { 584 ccn@4000000 {