arm64: dts: ls1043a: Add dis_rxdet_inp3_quirk property to USB3 node
Add "dis_rxdet_inp3_quirk" boolean property to USB3 node. This property is used to disable rx detection in P3 PHY mode. Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1cd78dd6bd
commit
bf26225fc6
|
@ -422,6 +422,7 @@
|
||||||
interrupts = <0 60 0x4>;
|
interrupts = <0 60 0x4>;
|
||||||
dr_mode = "host";
|
dr_mode = "host";
|
||||||
snps,quirk-frame-length-adjustment = <0x20>;
|
snps,quirk-frame-length-adjustment = <0x20>;
|
||||||
|
snps,dis_rxdet_inp3_quirk;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb1: usb3@3000000 {
|
usb1: usb3@3000000 {
|
||||||
|
@ -430,6 +431,7 @@
|
||||||
interrupts = <0 61 0x4>;
|
interrupts = <0 61 0x4>;
|
||||||
dr_mode = "host";
|
dr_mode = "host";
|
||||||
snps,quirk-frame-length-adjustment = <0x20>;
|
snps,quirk-frame-length-adjustment = <0x20>;
|
||||||
|
snps,dis_rxdet_inp3_quirk;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb2: usb3@3100000 {
|
usb2: usb3@3100000 {
|
||||||
|
@ -438,6 +440,7 @@
|
||||||
interrupts = <0 63 0x4>;
|
interrupts = <0 63 0x4>;
|
||||||
dr_mode = "host";
|
dr_mode = "host";
|
||||||
snps,quirk-frame-length-adjustment = <0x20>;
|
snps,quirk-frame-length-adjustment = <0x20>;
|
||||||
|
snps,dis_rxdet_inp3_quirk;
|
||||||
};
|
};
|
||||||
|
|
||||||
sata: sata@3200000 {
|
sata: sata@3200000 {
|
||||||
|
|
Loading…
Reference in New Issue