mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 18:26:40 +07:00
dt-bindings: phy: qcom-qusb2: Add support for overriding Phy tuning parameters
Add support for overriding QUSB2 V2 phy tuning parameters in device tree bindings. Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
8fe75cd4cd
commit
1e6f134eb6
@ -75,7 +75,7 @@ if:
|
|||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
contains:
|
contains:
|
||||||
const: qcom,sdm845-qusb2-phy
|
const: qcom,qusb2-v2-phy
|
||||||
then:
|
then:
|
||||||
properties:
|
properties:
|
||||||
qcom,imp-res-offset-value:
|
qcom,imp-res-offset-value:
|
||||||
@ -89,6 +89,26 @@ then:
|
|||||||
maximum: 63
|
maximum: 63
|
||||||
default: 0
|
default: 0
|
||||||
|
|
||||||
|
qcom,bias-ctrl-value:
|
||||||
|
description:
|
||||||
|
It is a 6 bit value that specifies bias-ctrl-value. It is a PHY
|
||||||
|
tuning parameter that may vary for different boards of same SOC.
|
||||||
|
allOf:
|
||||||
|
- $ref: /schemas/types.yaml#/definitions/uint32
|
||||||
|
- minimum: 0
|
||||||
|
maximum: 63
|
||||||
|
default: 0
|
||||||
|
|
||||||
|
qcom,charge-ctrl-value:
|
||||||
|
description:
|
||||||
|
It is a 2 bit value that specifies charge-ctrl-value. It is a PHY
|
||||||
|
tuning parameter that may vary for different boards of same SOC.
|
||||||
|
allOf:
|
||||||
|
- $ref: /schemas/types.yaml#/definitions/uint32
|
||||||
|
- minimum: 0
|
||||||
|
maximum: 3
|
||||||
|
default: 0
|
||||||
|
|
||||||
qcom,hstx-trim-value:
|
qcom,hstx-trim-value:
|
||||||
description:
|
description:
|
||||||
It is a 4 bit value that specifies tuning for HSTX
|
It is a 4 bit value that specifies tuning for HSTX
|
||||||
@ -124,6 +144,16 @@ then:
|
|||||||
maximum: 1
|
maximum: 1
|
||||||
default: 0
|
default: 0
|
||||||
|
|
||||||
|
qcom,hsdisc-trim-value:
|
||||||
|
description:
|
||||||
|
It is a 2 bit value tuning parameter that control disconnect
|
||||||
|
threshold and may vary for different boards of same SOC.
|
||||||
|
allOf:
|
||||||
|
- $ref: /schemas/types.yaml#/definitions/uint32
|
||||||
|
- minimum: 0
|
||||||
|
maximum: 3
|
||||||
|
default: 0
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
Loading…
Reference in New Issue
Block a user