Commit a328ae85 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Lee Jones

dt-bindings: mfd: qcom,tcsr: Drop simple-mfd from IPQ6018

Commit 7677ed11 ("dt-bindings: mfd: qcom,tcsr: Convert to dtschema")
converted bindings to DT schema literally - including the
qcom,tcsr-ipq6018 expecting syscon and simple-mfd.  Such configuration
is not used in DTS and there is no actual need of it.  The TCSR block is
purely configuration block and should not have children.  Any child
device should be simply moved outside of TCSR syscon block.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20220909091056.128949-1-krzysztof.kozlowski@linaro.org
parent 8325a6c2
...@@ -15,8 +15,7 @@ description: ...@@ -15,8 +15,7 @@ description:
properties: properties:
compatible: compatible:
oneOf: items:
- items:
- enum: - enum:
- qcom,msm8998-tcsr - qcom,msm8998-tcsr
- qcom,qcs404-tcsr - qcom,qcs404-tcsr
...@@ -27,6 +26,7 @@ properties: ...@@ -27,6 +26,7 @@ properties:
- qcom,sm8150-tcsr - qcom,sm8150-tcsr
- qcom,tcsr-apq8064 - qcom,tcsr-apq8064
- qcom,tcsr-apq8084 - qcom,tcsr-apq8084
- qcom,tcsr-ipq6018
- qcom,tcsr-ipq8064 - qcom,tcsr-ipq8064
- qcom,tcsr-mdm9615 - qcom,tcsr-mdm9615
- qcom,tcsr-msm8660 - qcom,tcsr-msm8660
...@@ -36,10 +36,6 @@ properties: ...@@ -36,10 +36,6 @@ properties:
- qcom,tcsr-msm8974 - qcom,tcsr-msm8974
- qcom,tcsr-msm8996 - qcom,tcsr-msm8996
- const: syscon - const: syscon
- items:
- const: qcom,tcsr-ipq6018
- const: syscon
- const: simple-mfd
reg: reg:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment