Skip to content

Commit 938ba2f

Browse files
konradybciowilldeacon
authored andcommitted
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: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v2-4-1e506593b1bd@linaro.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent eb6c976 commit 938ba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iommu/arm,smmu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ allOf:
270270
contains:
271271
enum:
272272
- qcom,msm8998-smmu-v2
273+
- qcom,sdm630-smmu-v2
273274
then:
274275
anyOf:
275276
- properties:
@@ -311,7 +312,6 @@ allOf:
311312
compatible:
312313
contains:
313314
enum:
314-
- qcom,sdm630-smmu-v2
315315
- qcom,sm6375-smmu-v2
316316
then:
317317
anyOf:

0 commit comments

Comments
 (0)