diff options
author | 2023-03-16 11:58:00 +0100 | |
---|---|---|
committer | 2023-03-19 22:05:59 +0100 | |
commit | cae630bf47f84d426407ff6261debfe073ce8a4b (patch) | |
tree | 5110afeb035f979802d226db0b6171d73ac63cb2 | |
parent | dt-bindings: pinctrl: qcom,qcm2290-tlmm: Allow input-enable (diff) | |
download | wireguard-linux-cae630bf47f84d426407ff6261debfe073ce8a4b.tar.xz wireguard-linux-cae630bf47f84d426407ff6261debfe073ce8a4b.zip |
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 <johan+linaro@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230316105800.18751-1-johan+linaro@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-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 |