mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 10:10:47 +00:00
31 lines
1023 B
Diff
31 lines
1023 B
Diff
|
From 803757627b48bdad9530b50053321fdea6dfcab4 Mon Sep 17 00:00:00 2001
|
||
|
From: Jonathan Bell <jonathan@raspberrypi.com>
|
||
|
Date: Wed, 6 Nov 2024 10:54:58 +0000
|
||
|
Subject: [PATCH] DTS: rp1: set enhanced FS NAK quirk for usb3 controllers
|
||
|
|
||
|
There seem to be only benefits, and no downsides.
|
||
|
|
||
|
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
|
||
|
---
|
||
|
arch/arm64/boot/dts/broadcom/rp1.dtsi | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/broadcom/rp1.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/broadcom/rp1.dtsi
|
||
|
@@ -1077,6 +1077,7 @@
|
||
|
usb3-lpm-capable;
|
||
|
snps,axi-pipe-limit = /bits/ 8 <8>;
|
||
|
snps,dis_rxdet_inp3_quirk;
|
||
|
+ snps,enhanced-nak-fs-quirk;
|
||
|
snps,parkmode-disable-ss-quirk;
|
||
|
snps,parkmode-disable-hs-quirk;
|
||
|
snps,parkmode-disable-fsls-quirk;
|
||
|
@@ -1093,6 +1094,7 @@
|
||
|
usb3-lpm-capable;
|
||
|
snps,axi-pipe-limit = /bits/ 8 <8>;
|
||
|
snps,dis_rxdet_inp3_quirk;
|
||
|
+ snps,enhanced-nak-fs-quirk;
|
||
|
snps,parkmode-disable-ss-quirk;
|
||
|
snps,parkmode-disable-hs-quirk;
|
||
|
snps,parkmode-disable-fsls-quirk;
|