On Sat, 07 May 2022 21:49:06 +0200, Krzysztof Kozlowski wrote: > '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@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>