All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: correct pins pattern
@ 2022-12-30 13:56 Krzysztof Kozlowski
  2022-12-30 13:56 ` [PATCH 2/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: add input-enable and bias-bus-hold Krzysztof Kozlowski
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-30 13:56 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Linus Walleij,
	Rob Herring, Krzysztof Kozlowski, Stephan Gerhold, Shawn Guo,
	Srinivas Kandagatla, Richard Acayan, Vinod Koul, krishna Lanka,
	Iskren Chernev, Martin Botka, linux-arm-msm, linux-gpio,
	devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

SC8280XP LPASS LPI pin controller has GPIO 0-18:

  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])$'

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

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 7d2589387e1a..309d3dd9013b 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-lpass-lpi-pinctrl.yaml
@@ -65,7 +65,7 @@ $defs:
           List of gpio pins affected by the properties specified in this
           subnode.
         items:
-          pattern: "^gpio([0-1]|1[0-8])$"
+          pattern: "^gpio([0-9]|1[0-8])$"
 
       function:
         enum: [ swr_tx_clk, swr_tx_data, swr_rx_clk, swr_rx_data,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-01-18 23:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 13:56 [PATCH 1/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: correct pins pattern Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 2/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: add input-enable and bias-bus-hold Krzysztof Kozlowski
2023-01-08 20:08   ` Rob Herring
2023-01-09  9:19     ` Krzysztof Kozlowski
2023-01-13 10:50   ` (subset) " Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 3/9] dt-bindings: pinctrl: qcom,sm6350-tlmm: add gpio-line-names Krzysztof Kozlowski
2023-01-08 20:09   ` Rob Herring
2023-01-13 10:50   ` (subset) " Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 4/9] dt-bindings: pinctrl: qcom,sm8350-tlmm: " Krzysztof Kozlowski
2023-01-08 20:10   ` Rob Herring
2023-01-13 10:50   ` (subset) " Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 5/9] dt-bindings: pinctrl: qcom,sm6350-tlmm: correct pins pattern Krzysztof Kozlowski
2023-01-08 20:10   ` Rob Herring
2023-01-13 10:50   ` (subset) " Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 6/9] dt-bindings: pinctrl: qcom,sm8350-tlmm: " Krzysztof Kozlowski
2023-01-08 20:11   ` Rob Herring
2023-01-13 10:50   ` (subset) " Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 7/9] dt-bindings: pinctrl: qcom: allow nine interrupts on SM6350 Krzysztof Kozlowski
2023-01-08 20:13   ` Rob Herring
2023-01-13 10:50   ` (subset) " Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 8/9] arm64: dts: qcom: msm8916-samsung-a2015: correct motor pinctrl node name Krzysztof Kozlowski
2022-12-30 13:56 ` [PATCH 9/9] arm64: dts: qcom: sc7280-idp: add amp pin config function Krzysztof Kozlowski
2023-01-08 20:08 ` [PATCH 1/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: correct pins pattern Rob Herring
2023-01-13 10:50 ` (subset) " Krzysztof Kozlowski
2023-01-18 23:55 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.