arm64: dts: ls2080a: Add quirk for Erratum A009116
authorLijun Pan <Lijun.Pan@freescale.com>
Tue, 9 Feb 2016 23:08:07 +0000 (17:08 -0600)
committerShawn Guo <shawnguo@kernel.org>
Sun, 14 Feb 2016 08:44:03 +0000 (16:44 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi

index 2b23d03606839795c1cb3687e28fc117ffeec83f..909a1e3e673bea32e7a3fa6ff354334caaa7054d 100644 (file)
                        reg = <0x0 0x3100000 0x0 0x10000>;
                        interrupts = <0 80 0x4>; /* Level high type */
                        dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
                };
 
                usb1: usb3@3110000 {
                        reg = <0x0 0x3110000 0x0 0x10000>;
                        interrupts = <0 81 0x4>; /* Level high type */
                        dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
                };
 
                ccn@4000000 {
This page took 0.037426 seconds and 5 git commands to generate.