devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: qcom: geni-se: Fix '#address-cells' & '#size-cells' related dt-binding error
@ 2023-01-13 20:10 Bhupesh Sharma
  2023-01-15 15:27 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 14+ messages in thread
From: Bhupesh Sharma @ 2023-01-13 20:10 UTC (permalink / raw)
  To: linux-arm-msm, devicetree
  Cc: agross, andersson, konrad.dybcio, linux-kernel, bhupesh.linux,
	bhupesh.sharma, robh+dt, krzysztof.kozlowski+dt

Fix the following '#address-cells' & '#size-cells' related
dt-binding error:

   $ make dtbs_check

   From schema: Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
        arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dtb: geniqup@4ac0000:
		#address-cells:0:0: 2 was expected
	From schema: Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
index ab4df02052853..7ffce3b676641 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
@@ -36,10 +36,10 @@ properties:
     maxItems: 2
 
   "#address-cells":
-    const: 2
+    enum: [ 1, 2 ]
 
   "#size-cells":
-    const: 2
+    enum: [ 1, 2 ]
 
   ranges: true
 
-- 
2.38.1


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

end of thread, other threads:[~2023-01-20  4:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 20:10 [PATCH] dt-bindings: qcom: geni-se: Fix '#address-cells' & '#size-cells' related dt-binding error Bhupesh Sharma
2023-01-15 15:27 ` Krzysztof Kozlowski
2023-01-15 21:33   ` Bhupesh Sharma
2023-01-16  7:53     ` Krzysztof Kozlowski
2023-01-16 15:43       ` Bhupesh Sharma
2023-01-16 15:54         ` Konrad Dybcio
2023-01-16 16:02           ` Bhupesh Sharma
2023-01-16 16:05             ` Konrad Dybcio
2023-01-16 16:18               ` bhupesh.sharma
2023-01-16 16:29                 ` Konrad Dybcio
2023-01-16 19:10         ` Krzysztof Kozlowski
2023-01-17 19:47           ` Rob Herring
2023-01-19  3:23         ` Bjorn Andersson
2023-01-19  5:58           ` Bhupesh Sharma

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).