dts: rp1: add SNPS quirk to USB3 host controllers
authorJonathan Bell <jonathan@raspberrypi.com>
Wed, 13 Dec 2023 14:28:22 +0000 (14:28 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:24 +0000 (11:35 +0000)
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

index 7d403d9..8e60d1b 100644 (file)
                        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>;
                        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>;