]> git.ipfire.org Git - thirdparty/openwrt.git/blob
d736d1177bd588e516fb1f09c95e5b4211e91b0a
[thirdparty/openwrt.git] /
1 From 153c8efae4f438e0970dc26519df76a4ed7803a4 Mon Sep 17 00:00:00 2001
2 From: Jonathan Bell <jonathan@raspberrypi.com>
3 Date: Wed, 24 Jan 2024 16:26:37 +0000
4 Subject: [PATCH 0852/1085] dt-bindings: usb: update dwc3 bindings for
5 parkmode-disable quirks
6
7 There are three disable bits, one for each bus-instance type. Add a
8 quirk to cover the FS/LS type, and update the slightly mangled quirk
9 descriptions in the process.
10
11 Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
12 ---
13 Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 9 +++++++--
14 1 file changed, 7 insertions(+), 2 deletions(-)
15
16 --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
17 +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
18 @@ -233,12 +233,17 @@ properties:
19
20 snps,parkmode-disable-ss-quirk:
21 description:
22 - When set, all SuperSpeed bus instances in park mode are disabled.
23 + When set, disable park mode for all Superspeed bus instances.
24 type: boolean
25
26 snps,parkmode-disable-hs-quirk:
27 description:
28 - When set, all HighSpeed bus instances in park mode are disabled.
29 + When set, disable park mode for all Highspeed bus instances.
30 + type: boolean
31 +
32 + snps,parkmode-disable-fsls-quirk:
33 + description:
34 + When set, disable park mode for all Full/Lowspeed bus instances.
35 type: boolean
36
37 snps,dis_metastability_quirk: