[PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
Subsystems:
arm smmu drivers , iommu subsystem , open firmware and flattened device tree bindings , the rest
STALE1980d
LANDED
Landed in mainline as 70b5b6a6daea on 2021-01-22.
3 messages,
2 authors,
2021-01-22
· open the first message on its own page
Add compatible string for sm8350 iommu to documentation.
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 3b63f2ae24db..161a5d389808 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -37,6 +37,7 @@ properties:
- qcom,sdm845-smmu-500
- qcom,sm8150-smmu-500
- qcom,sm8250-smmu-500
+ - qcom,sm8350-smmu-500
- const : arm,mmu-500
- description : Qcom Adreno GPUs implementing "arm,smmu-v2"
items : --
2.26.2
Add SM8350 qcom iommu implementation to the table of
qcom_smmu_impl_of_match table which brings in iommu support for SM8350
SoC
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 5dff7ffbef11..8044a9bfca66 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -327,6 +327,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
{ . compatible = "qcom,sdm845-smmu-500" },
{ . compatible = "qcom,sm8150-smmu-500" },
{ . compatible = "qcom,sm8250-smmu-500" },
+ { . compatible = "qcom,sm8350-smmu-500" },
{ }
};
--
2.26.2
On Fri, 15 Jan 2021 14:33:21 +0530, Vinod Koul wrote: Add compatible string for sm8350 iommu to documentation.
Applied to will (for-joerg/arm-smmu/updates), thanks!
[1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
https://git.kernel.org/will/c/70b5b6a6daea
[2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
https://git.kernel.org/will/c/d8498b1e4ecc
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev