Commit a3d5b4e2 authored by Li Yang's avatar Li Yang Committed by Shawn Guo

arm64: dts: ls1088a: add snps incr burst type adjustment for usb1

This property could fix the defect that external usb device
always prints this error log --- 'reset SuperSpeed USB device number n
using xhci_hcd' when system power on.
Signed-off-by: default avatarPengbo Mu <pengbo.mu@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 22e9e261
...@@ -497,6 +497,7 @@ usb1: usb@3110000 { ...@@ -497,6 +497,7 @@ usb1: usb@3110000 {
dr_mode = "host"; dr_mode = "host";
snps,quirk-frame-length-adjustment = <0x20>; snps,quirk-frame-length-adjustment = <0x20>;
snps,dis_rxdet_inp3_quirk; snps,dis_rxdet_inp3_quirk;
snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
status = "disabled"; status = "disabled";
}; };
......
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