]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: ls1021a: Add quirk for Erratum A009116
authorRajesh Bhagat <rajesh.bhagat@freescale.com>
Wed, 14 Oct 2015 05:34:12 +0000 (11:04 +0530)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:43 +0000 (22:45 +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: Nikhil Badola <nikhil.badola@freescale.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a.dtsi

index 2798058ea4e56e9b843d76937b57f2df140ddc55..9430a99281992dec3f3502de556b8521db492c69 100644 (file)
                        reg = <0x0 0x3100000 0x0 0x10000>;
                        interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
                        dr_mode = "host";
+                       snps,quirk-frame-length-adjustment = <0x20>;
                };
        };
 };