1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.6/target/linux/bcm27xx/patches-6.6/0852-dt-bindings-usb-update-dwc3-bindings-for-parkmode-di.patch
Ycarus (Yannick Chabanois) 12de1d2995 Add RPI kernel 6.6 support
2024-04-05 20:55:33 +02:00

42 lines
1.5 KiB
Diff

From 153c8efae4f438e0970dc26519df76a4ed7803a4 Mon Sep 17 00:00:00 2001
From: Jonathan Bell <jonathan@raspberrypi.com>
Date: Wed, 24 Jan 2024 16:26:37 +0000
Subject: [PATCH 0852/1002] dt-bindings: usb: update dwc3 bindings for
parkmode-disable quirks
There are three disable bits, one for each bus-instance type. Add a
quirk to cover the FS/LS type, and update the slightly mangled quirk
descriptions in the process.
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
---
Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
index a696f23730d3..d516979b0681 100644
--- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
@@ -233,12 +233,17 @@ properties:
snps,parkmode-disable-ss-quirk:
description:
- When set, all SuperSpeed bus instances in park mode are disabled.
+ When set, disable park mode for all Superspeed bus instances.
type: boolean
snps,parkmode-disable-hs-quirk:
description:
- When set, all HighSpeed bus instances in park mode are disabled.
+ When set, disable park mode for all Highspeed bus instances.
+ type: boolean
+
+ snps,parkmode-disable-fsls-quirk:
+ description:
+ When set, disable park mode for all Full/Lowspeed bus instances.
type: boolean
snps,dis_metastability_quirk:
--
2.44.0