diff options
| author | Johan Hovold <[email protected]> | 2023-03-16 11:58:00 +0100 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2023-03-19 22:05:59 +0100 |
| commit | cae630bf47f84d426407ff6261debfe073ce8a4b (patch) | |
| tree | 5110afeb035f979802d226db0b6171d73ac63cb2 | |
| parent | f1148d3491b4b76eb233e6f6b85e9811ae4c96f8 (diff) | |
dt-bindings: pinctrl: qcom,sc8280xp-tlmm: allow 'bias-bus-hold'
The controller supports 'bias-bus-hold' so add it to the binding.
Signed-off-by: Johan Hovold <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml index 97b27d6835e9..4ae39fc7894a 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml @@ -104,6 +104,7 @@ $defs: usb1_phy, usb1_sbrx, usb1_sbtx, usb1_usb4, usb2phy_ac, vsense_trigger ] + bias-bus-hold: true bias-disable: true bias-pull-down: true bias-pull-up: true |