linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/40] dt-bindings: pinctrl: qcom,ipq5332-tlmm: simplify with unevaluatedProperties
@ 2023-04-07 18:45 Krzysztof Kozlowski
  2023-04-07 18:45 ` [PATCH 02/40] dt-bindings: pinctrl: qcom,ipq6018: " Krzysztof Kozlowski
                   ` (39 more replies)
  0 siblings, 40 replies; 48+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-07 18:45 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Linus Walleij,
	Rob Herring, Krzysztof Kozlowski, Stephan Gerhold, Shawn Guo,
	Melody Olvera, Bartosz Golaszewski, Richard Acayan, Vinod Koul,
	krishna Lanka, Iskren Chernev, Martin Botka, Danila Tikhonov,
	Abel Vesa, linux-arm-msm, linux-gpio, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

All Qualcomm SoC Top Level Mode Multiplexer pin controllers have similar
capabilities regarding pin properties, thus we can just accept entire
set provided by qcom,tlmm-common.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/pinctrl/qcom,ipq5332-tlmm.yaml           | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq5332-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,ipq5332-tlmm.yaml
index 300747252a7b..3d3086ae1ba6 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,ipq5332-tlmm.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq5332-tlmm.yaml
@@ -56,6 +56,7 @@ $defs:
       Pinctrl node's client devices use subnodes for desired pin configuration.
       Client device subnodes use below standard properties.
     $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
+    unevaluatedProperties: false
 
     properties:
       pins:
@@ -92,19 +93,9 @@ $defs:
                 rx1, sdc_data, sdc_clk, sdc_cmd, tsens_max, wci_txd, wci_rxd,
                 wsi_clk, wsi_clk3, wsi_data, wsi_data3, wsis_reset, xfem ]
 
-      bias-pull-down: true
-      bias-pull-up: true
-      bias-disable: true
-      drive-strength: true
-      input-enable: true
-      output-high: true
-      output-low: true
-
     required:
       - pins
 
-    additionalProperties: false
-
 required:
   - compatible
   - reg
-- 
2.34.1


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

end of thread, other threads:[~2023-05-12 16:25 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 18:45 [PATCH 01/40] dt-bindings: pinctrl: qcom,ipq5332-tlmm: simplify with unevaluatedProperties Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 02/40] dt-bindings: pinctrl: qcom,ipq6018: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 03/40] dt-bindings: pinctrl: qcom,ipq8074: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 04/40] dt-bindings: pinctrl: qcom,ipq9574-tlmm: " Krzysztof Kozlowski
2023-05-12 16:25   ` (subset) " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 05/40] dt-bindings: pinctrl: qcom,mdm9607-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 06/40] dt-bindings: pinctrl: qcom,mdm9615: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 07/40] dt-bindings: pinctrl: qcom,msm8226: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 08/40] dt-bindings: pinctrl: qcom,msm8660: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 09/40] dt-bindings: pinctrl: qcom,msm8909-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 10/40] dt-bindings: pinctrl: qcom,msm8916: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 11/40] dt-bindings: pinctrl: qcom,msm8953: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 12/40] dt-bindings: pinctrl: qcom,msm8960: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 13/40] dt-bindings: pinctrl: qcom,msm8974: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 14/40] dt-bindings: pinctrl: qcom,msm8976: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 15/40] dt-bindings: pinctrl: qcom,msm8994: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 16/40] dt-bindings: pinctrl: qcom,msm8996: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 17/40] dt-bindings: pinctrl: qcom,msm8998: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 18/40] dt-bindings: pinctrl: qcom,qcm2290-tlmm: " Krzysztof Kozlowski
2023-05-12 16:25   ` (subset) " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 19/40] dt-bindings: pinctrl: qcom,qcs404: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 20/40] dt-bindings: pinctrl: qcom,qdu1000-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 21/40] dt-bindings: pinctrl: qcom,sa8775p-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 22/40] dt-bindings: pinctrl: qcom,sc7180-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 23/40] dt-bindings: pinctrl: qcom,sc7280-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 24/40] dt-bindings: pinctrl: qcom,sc8180x-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 25/40] dt-bindings: pinctrl: qcom,sc8280xp-tlmm: " Krzysztof Kozlowski
2023-05-12 16:25   ` (subset) " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 26/40] dt-bindings: pinctrl: qcom,sdm630: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 27/40] dt-bindings: pinctrl: qcom,sdm670-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 28/40] dt-bindings: pinctrl: qcom,sdm845: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 29/40] dt-bindings: pinctrl: qcom,sdx55: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 30/40] dt-bindings: pinctrl: qcom,sdx65-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 31/40] dt-bindings: pinctrl: qcom,sm6115-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 32/40] dt-bindings: pinctrl: qcom,sm6125-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 33/40] dt-bindings: pinctrl: qcom,sm6350-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 34/40] dt-bindings: pinctrl: qcom,sm6375-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 35/40] dt-bindings: pinctrl: qcom,sm7150-tlmm: " Krzysztof Kozlowski
2023-05-12 16:25   ` (subset) " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 36/40] dt-bindings: pinctrl: qcom,sm8150: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 37/40] dt-bindings: pinctrl: qcom,sm8250: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 38/40] dt-bindings: pinctrl: qcom,sm8350-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 39/40] dt-bindings: pinctrl: qcom,sm8450-tlmm: " Krzysztof Kozlowski
2023-04-07 18:45 ` [PATCH 40/40] dt-bindings: pinctrl: qcom,sm8550-tlmm: " Krzysztof Kozlowski
2023-04-07 18:54 ` [PATCH 01/40] dt-bindings: pinctrl: qcom,ipq5332-tlmm: " Krzysztof Kozlowski
2023-04-10 21:57   ` Linus Walleij
2023-04-11 17:35   ` Rob Herring
2023-04-12 11:45     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).