lkml.org 
[lkml]   [2022]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/12] dt-bindings: pinctrl: qcom,sm8450-lpass-lpi: fix gpio pattern
    Date
    Fix double ']' in GPIO pattern to properly match "pins" property.
    Otherwise schema for pins state is not applied.

    Fixes: 4faa4e73011d ("dt-bindings: pinctrl: qcom: Add sm8450 lpass lpi pinctrl bindings")
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ---
    .../bindings/pinctrl/qcom,sm8450-lpass-lpi-pinctrl.yaml | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sm8450-lpass-lpi-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sm8450-lpass-lpi-pinctrl.yaml
    index 3694795ec793..c17cdff6174f 100644
    --- a/Documentation/devicetree/bindings/pinctrl/qcom,sm8450-lpass-lpi-pinctrl.yaml
    +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sm8450-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-9]|[1-2][0-9]])$"
    + pattern: "^gpio([0-9]|[1-2][0-9])$"

    function:
    enum: [ swr_tx_clk, swr_tx_data, swr_rx_clk, swr_rx_data,
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-09-22 21:57    [W:4.121 / U:0.920 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site