Message ID | 20220927153429.55365-6-krzysztof.kozlowski@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | pinctrl/arm64: qcom: continued - fix Qualcomm LPASS pinctrl schema warnings | expand |
On Tue, 27 Sep 2022 17:34:22 +0200, Krzysztof Kozlowski wrote: > Fix double ']' in GPIO pattern to properly match "pins" property. > Otherwise schema for pins state fails. > > Applied, thanks! [05/12] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: fix gpio pattern https://git.kernel.org/krzk/linux-dt/c/793b96bf484d9c8c05266254721ce96534d79800 Best regards,
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 1f468303bb08..fb3ad6c0d80e 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml @@ -58,7 +58,7 @@ patternProperties: List of gpio pins affected by the properties specified in this subnode. items: - pattern: "^gpio([0-1]|1[0-8]])$" + pattern: "^gpio([0-1]|1[0-8])$" function: enum: [ swr_tx_clk, swr_tx_data, swr_rx_clk, swr_rx_data,