mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
From efaf15f95ce1fb3f5e7181f4be7dd468351e2cbb Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Bell <jonathan@raspberrypi.com>
|
|
Date: Wed, 13 Dec 2023 14:28:22 +0000
|
|
Subject: [PATCH 0796/1002] dts: rp1: add SNPS quirk to USB3 host controllers
|
|
|
|
Set snps,parkmode-disable-ss-quirk for usb0 and usb1.
|
|
|
|
Enabling this test/debug feature seems to prevent controller lockups
|
|
with bidirectional SS bulk endpoints active.
|
|
|
|
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/broadcom/rp1.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/broadcom/rp1.dtsi b/arch/arm/boot/dts/broadcom/rp1.dtsi
|
|
index 7d403d91a026..8e60d1bfa898 100644
|
|
--- a/arch/arm/boot/dts/broadcom/rp1.dtsi
|
|
+++ b/arch/arm/boot/dts/broadcom/rp1.dtsi
|
|
@@ -1017,6 +1017,7 @@ rp1_usb0: usb@200000 {
|
|
usb3-lpm-capable;
|
|
snps,axi-pipe-limit = /bits/ 8 <8>;
|
|
snps,dis_rxdet_inp3_quirk;
|
|
+ snps,parkmode-disable-ss-quirk;
|
|
snps,tx-max-burst-prd = <8>;
|
|
snps,tx-thr-num-pkt-prd = <2>;
|
|
interrupts = <RP1_INT_USBHOST0_0 IRQ_TYPE_EDGE_RISING>;
|
|
@@ -1030,6 +1031,7 @@ rp1_usb1: usb@300000 {
|
|
usb3-lpm-capable;
|
|
snps,axi-pipe-limit = /bits/ 8 <8>;
|
|
snps,dis_rxdet_inp3_quirk;
|
|
+ snps,parkmode-disable-ss-quirk;
|
|
snps,tx-max-burst-prd = <8>;
|
|
snps,tx-thr-num-pkt-prd = <2>;
|
|
interrupts = <RP1_INT_USBHOST1_0 IRQ_TYPE_EDGE_RISING>;
|
|
--
|
|
2.44.0
|
|
|