Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1000ae68 authored by Ran Wang's avatar Ran Wang Committed by Shawn Guo
Browse files

arm64: dts: layerscape: Add incr-burst-type-adjustment property to USB3 node



Add this property to all layerscape platforms to improve USB read write performance.

Signed-off-by: default avatarRan Wang <ran.wang_1@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3ffe6c96
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -446,6 +446,7 @@
			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>;
		};
		};


		sata: sata@3200000 {
		sata: sata@3200000 {
+3 −0
Original line number Original line Diff line number Diff line
@@ -611,6 +611,7 @@
			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>;
		};
		};


		usb1: usb3@3000000 {
		usb1: usb3@3000000 {
@@ -620,6 +621,7 @@
			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>;
		};
		};


		usb2: usb3@3100000 {
		usb2: usb3@3100000 {
@@ -629,6 +631,7 @@
			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>;
		};
		};


		sata: sata@3200000 {
		sata: sata@3200000 {
+3 −0
Original line number Original line Diff line number Diff line
@@ -577,6 +577,7 @@
			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>;
		};
		};


		usb1: usb@3000000 {
		usb1: usb@3000000 {
@@ -586,6 +587,7 @@
			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>;
		};
		};


		usb2: usb@3100000 {
		usb2: usb@3100000 {
@@ -595,6 +597,7 @@
			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>;
		};
		};


		sata: sata@3200000 {
		sata: sata@3200000 {
+1 −0
Original line number Original line Diff line number Diff line
@@ -377,6 +377,7 @@
			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";
		};
		};


+2 −0
Original line number Original line Diff line number Diff line
@@ -731,6 +731,7 @@
			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>;
		};
		};


		usb1: usb3@3110000 {
		usb1: usb3@3110000 {
@@ -741,6 +742,7 @@
			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>;
		};
		};


		ccn@4000000 {
		ccn@4000000 {
Loading