Commit 938ba2f2 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Will Deacon

dt-bindings: arm-smmu: Fix SDM630 clocks description

SDM630 was abusingly referencing one of the internal bus clocks, that
were recently dropped from Linux (because the original implementation
did not make much sense), circumventing the interconnect framework.

Fix it by dropping the bus-mm clock (which requires separating 630 from
similar entries) and keeping the rest as-is.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v2-4-1e506593b1bd@linaro.orgSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent eb6c9764
...@@ -270,6 +270,7 @@ allOf: ...@@ -270,6 +270,7 @@ allOf:
contains: contains:
enum: enum:
- qcom,msm8998-smmu-v2 - qcom,msm8998-smmu-v2
- qcom,sdm630-smmu-v2
then: then:
anyOf: anyOf:
- properties: - properties:
...@@ -311,7 +312,6 @@ allOf: ...@@ -311,7 +312,6 @@ allOf:
compatible: compatible:
contains: contains:
enum: enum:
- qcom,sdm630-smmu-v2
- qcom,sm6375-smmu-v2 - qcom,sm6375-smmu-v2
then: then:
anyOf: anyOf:
......
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