Commit 88ec7fb6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8550: add specific SMMU compatible



Generic SMMU compatibles are not allowed alone and we expect specific
one.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230127115513.268843-1-krzysztof.kozlowski@linaro.org
parent 6216007a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3068,7 +3068,7 @@ data-pins {
		};

		apps_smmu: iommu@15000000 {
			compatible = "qcom,smmu-500", "arm,mmu-500";
			compatible = "qcom,sm8550-smmu-500", "qcom,smmu-500", "arm,mmu-500";
			reg = <0 0x15000000 0 0x100000>;
			#iommu-cells = <2>;
			#global-interrupts = <1>;