Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230127115513.268843-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
88ec7fb6 6216007a

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sm8550.dtsi
··· 3068 3068 }; 3069 3069 3070 3070 apps_smmu: iommu@15000000 { 3071 - compatible = "qcom,smmu-500", "arm,mmu-500"; 3071 + compatible = "qcom,sm8550-smmu-500", "qcom,smmu-500", "arm,mmu-500"; 3072 3072 reg = <0 0x15000000 0 0x100000>; 3073 3073 #iommu-cells = <2>; 3074 3074 #global-interrupts = <1>;