Skip to content

Commit 4b4ab93

Browse files
quic-kdybcioandersson
authored andcommitted
dt-bindings: remoteproc: Consolidate SC8180X and SM8150 PAS files
SC8180X PAS bindings are plain wrong, resulting in false-positive dt checker errors. SC8180X's remoteprocs happen to be identical to SM8150's from the kernel point of view, so reuse that binding instead. Fixes: 4865ed1 ("dt-bindings: remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss") Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20241116-topic-sc8180x_rproc_bindings-v1-1-ae5d3f7ab261@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 5208cc3 commit 4b4ab93

File tree

2 files changed

+7
-96
lines changed

2 files changed

+7
-96
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,sc8180x-pas.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ allOf:
6060
properties:
6161
compatible:
6262
enum:
63+
- qcom,sc8180x-adsp-pas
64+
- qcom,sc8180x-cdsp-pas
65+
- qcom,sc8180x-slpi-pas
6366
- qcom,sm8150-adsp-pas
6467
- qcom,sm8150-cdsp-pas
6568
- qcom,sm8150-slpi-pas
@@ -83,6 +86,8 @@ allOf:
8386
properties:
8487
compatible:
8588
enum:
89+
- qcom,sc8180x-adsp-pas
90+
- qcom,sc8180x-cdsp-pas
8691
- qcom,sm8150-adsp-pas
8792
- qcom,sm8150-cdsp-pas
8893
- qcom,sm8250-cdsp-pas
@@ -99,6 +104,7 @@ allOf:
99104
properties:
100105
compatible:
101106
enum:
107+
- qcom,sc8180x-mpss-pas
102108
- qcom,sm8150-mpss-pas
103109
then:
104110
properties:
@@ -115,6 +121,7 @@ allOf:
115121
properties:
116122
compatible:
117123
enum:
124+
- qcom,sc8180x-slpi-pas
118125
- qcom,sm8150-slpi-pas
119126
- qcom,sm8250-adsp-pas
120127
- qcom,sm8250-slpi-pas

0 commit comments

Comments
 (0)