Re: [PATCH 2/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: add input-enable and bias-bus-hold

From: Krzysztof Kozlowski
Date: Mon Jan 09 2023 - 04:21:41 EST


On 08/01/2023 21:08, Rob Herring wrote:
> 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?

No, it is still correct, just one warning for two issues:
1. patch 1 for wrong GPIO
2. patch 2 for bias-bus-hold

I can drop last line here (gpio2 does not match).

Best regards,
Krzysztof