dt-bindings: pinctrl: qcom,pmic-gpio: add 'input-disable'
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 7 May 2022 19:49:06 +0000 (21:49 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 19 May 2022 13:00:47 +0000 (15:00 +0200)
'input-disable' is already used and supported by common pinctrl
bindings, so add it also here to fix warnings like:

  arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb: gpio@c000: lt9611-rst-state: 'oneOf' conditional failed, one must be fixed:
    'input-disable' does not match any of the regexes: 'pinctrl-[0-9]+'
    'function', 'input-disable', 'output-high', 'pins', 'power-source' do not match any of the regexes: '(pinconf|-pins)$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220507194913.261121-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

index 0ee7ea6..a1b7357 100644 (file)
@@ -403,6 +403,7 @@ $defs:
 
       bias-high-impedance: true
       input-enable: true
+      input-disable: true
       output-high: true
       output-low: true
       output-enable: true