]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: ls1043a: Add quirk for Erratum A009116
authorRajesh Bhagat <rajesh.bhagat@freescale.com>
Wed, 10 Feb 2016 05:09:47 +0000 (10:39 +0530)
committerShawn Guo <shawnguo@kernel.org>
Sun, 14 Feb 2016 08:44:15 +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: Rajesh Bhagat <rajesh.bhagat@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index 42a61549afd45e63c33c1d8a5f402a998049a88c..be72bf5b58b5b919849f682c97001131e8f186b4 100644 (file)
                        reg = <0x0 0x2f00000 0x0 0x10000>;
                        interrupts = <0 60 0x4>;
                        dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
                };
 
                usb1: usb3@3000000 {
                        reg = <0x0 0x3000000 0x0 0x10000>;
                        interrupts = <0 61 0x4>;
                        dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
                };
 
                usb2: usb3@3100000 {
                        reg = <0x0 0x3100000 0x0 0x10000>;
                        interrupts = <0 63 0x4>;
                        dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
                };
 
                sata: sata@3200000 {