Message ID | 20230202104452.299048-5-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | pinctrl/ARM/arm64: qcom: correct TLMM gpio-ranges and GPIO pin names | expand |
On Donnerstag, 2. Februar 2023 11:44:46 CET Krzysztof Kozlowski wrote: > The MSM8953 TLMM pin controller has GPIOs 0-141, so narrow the pattern. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Luca Weiss <luca@z3ntu.xyz> > --- > .../devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml > b/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml index > 6bcd52080801..ce219827ccc8 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml > @@ -53,7 +53,7 @@ $defs: > subnode. > items: > oneOf: > - - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-7][0-9])$" > + - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-3][0-9]|14[01])$" > - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc1_rclk, sdc2_clk, > sdc2_cmd, sdc2_data, qdsd_clk, qdsd_cmd, qdsd_data0, > qdsd_data1, qdsd_data2, qdsd_data3 ]
On Thu, 02 Feb 2023 11:44:46 +0100, Krzysztof Kozlowski wrote: > The MSM8953 TLMM pin controller has GPIOs 0-141, so narrow the pattern. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On Thu, 2 Feb 2023 11:44:46 +0100, Krzysztof Kozlowski wrote: > The MSM8953 TLMM pin controller has GPIOs 0-141, so narrow the pattern. > > Applied, thanks! [04/10] dt-bindings: pinctrl: qcom,msm8953: correct GPIO name pattern https://git.kernel.org/krzk/linux-dt/c/913137a1cd1e792587e8ae2a43d31389fdbaddf6 Best regards,
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml index 6bcd52080801..ce219827ccc8 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml @@ -53,7 +53,7 @@ $defs: subnode. items: oneOf: - - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-7][0-9])$" + - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-3][0-9]|14[01])$" - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc1_rclk, sdc2_clk, sdc2_cmd, sdc2_data, qdsd_clk, qdsd_cmd, qdsd_data0, qdsd_data1, qdsd_data2, qdsd_data3 ]
The MSM8953 TLMM pin controller has GPIOs 0-141, so narrow the pattern. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)