mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
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>
This commit is contained in:
committed by
Dom Cobley
parent
5220dbf387
commit
5055b579bc
@@ -187,12 +187,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:
|
||||
|
||||
Reference in New Issue
Block a user