Commit 4c1d9ea7 authored by Rajesh Bhagat's avatar Rajesh Bhagat Committed by Shawn Guo

arm64: dts: ls1043a: 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: default avatarRajesh Bhagat <rajesh.bhagat@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a9cefa36
...@@ -407,6 +407,7 @@ usb0: usb3@2f00000 { ...@@ -407,6 +407,7 @@ usb0: usb3@2f00000 {
reg = <0x0 0x2f00000 0x0 0x10000>; reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <0 60 0x4>; interrupts = <0 60 0x4>;
dr_mode = "host"; dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
}; };
usb1: usb3@3000000 { usb1: usb3@3000000 {
...@@ -414,6 +415,7 @@ usb1: usb3@3000000 { ...@@ -414,6 +415,7 @@ usb1: usb3@3000000 {
reg = <0x0 0x3000000 0x0 0x10000>; reg = <0x0 0x3000000 0x0 0x10000>;
interrupts = <0 61 0x4>; interrupts = <0 61 0x4>;
dr_mode = "host"; dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
}; };
usb2: usb3@3100000 { usb2: usb3@3100000 {
...@@ -421,6 +423,7 @@ usb2: usb3@3100000 { ...@@ -421,6 +423,7 @@ usb2: usb3@3100000 {
reg = <0x0 0x3100000 0x0 0x10000>; reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 63 0x4>; interrupts = <0 63 0x4>;
dr_mode = "host"; dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
}; };
sata: sata@3200000 { sata: sata@3200000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment