aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiyush Mehta <piyush.mehta@amd.com>2023-10-12 14:58:51 +0200
committerMichal Simek <michal.simek@amd.com>2023-11-07 13:47:09 +0100
commit1bccde607e54584c74dc7fd53cfe814ca0343cb0 (patch)
tree559686d752bbdfcf2beaf1bf9cd83571b77c3a77
parentfa6106f98952f7e0e9475516bf09e87a311edb50 (diff)
downloadu-boot-1bccde607e54584c74dc7fd53cfe814ca0343cb0.zip
u-boot-1bccde607e54584c74dc7fd53cfe814ca0343cb0.tar.gz
u-boot-1bccde607e54584c74dc7fd53cfe814ca0343cb0.tar.bz2
arm64: zynqmp: remove snps, xhci-stream-quirk property for usb
To sync up with the upstream bulk-stream feature, removed 'snps,xhci-stream-quirk' DT property for usb. Signed-off-by: Piyush Mehta <piyush.mehta@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/1f4ecfe3ea6a4d0d8d8de324f5dffd3efc86656a.1697115523.git.michal.simek@amd.com
-rw-r--r--arch/arm/dts/zynqmp.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index de60233..2253e77 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -955,7 +955,6 @@
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
snps,enable_guctl1_ipd_quirk;
- snps,xhci-stream-quirk;
snps,resume-hs-terminations;
/* dma-coherent; */
};
@@ -988,7 +987,6 @@
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
snps,enable_guctl1_ipd_quirk;
- snps,xhci-stream-quirk;
snps,resume-hs-terminations;
/* dma-coherent; */
};