aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPiyush Mehta <piyush.mehta@amd.com>2023-07-10 14:37:40 +0200
committerMichal Simek <michal.simek@amd.com>2023-07-21 09:00:39 +0200
commita876a5112e2871b3d91d7b4da6a6afbc19f2e286 (patch)
tree5909083306d65e7ff66efbffcc5705d49b11a4d3 /arch
parent7cfddb4c07332fbe0968de48c00f4463bcda5e8b (diff)
downloadu-boot-a876a5112e2871b3d91d7b4da6a6afbc19f2e286.zip
u-boot-a876a5112e2871b3d91d7b4da6a6afbc19f2e286.tar.gz
u-boot-a876a5112e2871b3d91d7b4da6a6afbc19f2e286.tar.bz2
arm64: zynqmp: remove snps, enable_guctl1_resume_quirk quirk for usb
To sync with the upstream code, removed 'snps,enable_guctl1_resume_quirk' quirk for usb. This quirk is no more available in linux after the xilinx release 2022.2. This functionality is taken care of by the 'snps,resume-hs-terminations' quirk. Signed-off-by: Piyush Mehta <piyush.mehta@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/4b7a132116bf0248cdb558e04de3b06b412c4a0f.1688992653.git.michal.simek@amd.com
Diffstat (limited to 'arch')
-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 11eaf4b..223cdab 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -892,7 +892,6 @@
iommus = <&smmu 0x860>;
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
- snps,enable_guctl1_resume_quirk;
snps,enable_guctl1_ipd_quirk;
snps,xhci-stream-quirk;
snps,resume-hs-terminations;
@@ -924,7 +923,6 @@
iommus = <&smmu 0x861>;
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
- snps,enable_guctl1_resume_quirk;
snps,enable_guctl1_ipd_quirk;
snps,xhci-stream-quirk;
snps,resume-hs-terminations;