Message ID | 20221117094422.11000-2-konrad.dybcio@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm-smmu: Add SM6350 GPU SMMUv2 | expand |
On 17/11/2022 10:44, Konrad Dybcio wrote: > SM6350 has a qcom,smmu-v2-style SMMU just for Adreno and friends. > Document it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> (although this might need rebase later on Dmitry's refactoring) Best regards, Krzysztof
On 17/11/2022 13:55, Krzysztof Kozlowski wrote: > On 17/11/2022 10:44, Konrad Dybcio wrote: >> SM6350 has a qcom,smmu-v2-style SMMU just for Adreno and friends. >> Document it. >> >> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > (although this might need rebase later on Dmitry's refactoring) Oh, I forgot to mention this patch was made on top of Dmitry's work. But it's good that you pointed that out! Konrad > > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 348a73f3e5f0..895ec8418465 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -94,6 +94,7 @@ properties: - qcom,sc7180-smmu-v2 - qcom,sdm630-smmu-v2 - qcom,sdm845-smmu-v2 + - qcom,sm6350-smmu-v2 - const: qcom,adreno-smmu - const: qcom,smmu-v2 - description: Qcom Adreno GPUs on Google Cheza platform @@ -347,6 +348,7 @@ allOf: compatible: contains: enum: + - qcom,sm6350-smmu-v2 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 then:
SM6350 has a qcom,smmu-v2-style SMMU just for Adreno and friends. Document it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++ 1 file changed, 2 insertions(+)