On Fri, Dec 30, 2022 at 02:56:38PM +0100, Krzysztof Kozlowski wrote: > Allow bias-bus-hold and input-enable properties (already used in > SC8280XP LPASS LPI nodes): > > sa8540p-ride.dtb: pinctrl@33c0000: tx-swr-default-state: 'oneOf' conditional failed, one must be fixed: > 'pins' is a required property > 'function' is a required property > 'clk-pins', 'data-pins' do not match any of the regexes: 'pinctrl-[0-9]+' > 'bias-bus-hold' does not match any of the regexes: 'pinctrl-[0-9]+' > 'gpio2' does not match '^gpio([0-1]|1[0-8])$' Wrong warning? > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml > index 309d3dd9013b..9a3f1fb8c2f7 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml > @@ -94,14 +94,12 @@ $defs: > 2: Lower Slew rate (slower edges) > 3: Reserved (No adjustments) > > + bias-bus-hold: true > bias-pull-down: true > - > bias-pull-up: true > - > bias-disable: true > - > + input-enable: true > output-high: true > - > output-low: true > > required: > -- > 2.34.1 > >