Commit a9cefa36 authored by Lijun Pan's avatar Lijun Pan Committed by Shawn Guo

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: default avatarLijun Pan <Lijun.Pan@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 92e963f5
...@@ -569,6 +569,7 @@ usb0: usb3@3100000 { ...@@ -569,6 +569,7 @@ usb0: usb3@3100000 {
reg = <0x0 0x3100000 0x0 0x10000>; reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 80 0x4>; /* Level high type */ interrupts = <0 80 0x4>; /* Level high type */
dr_mode = "host"; dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
}; };
usb1: usb3@3110000 { usb1: usb3@3110000 {
...@@ -577,6 +578,7 @@ usb1: usb3@3110000 { ...@@ -577,6 +578,7 @@ usb1: usb3@3110000 {
reg = <0x0 0x3110000 0x0 0x10000>; reg = <0x0 0x3110000 0x0 0x10000>;
interrupts = <0 81 0x4>; /* Level high type */ interrupts = <0 81 0x4>; /* Level high type */
dr_mode = "host"; dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>;
}; };
ccn@4000000 { ccn@4000000 {
......
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