diff mbox series

[v2] dt-bindings: arm-smmu: Add compatible for QCS8300 SoC

Message ID 20240911-qcs8300_smmu_binding-v2-1-f53dd9c047ba@quicinc.com (mailing list archive)
State New
Headers show
Series [v2] dt-bindings: arm-smmu: Add compatible for QCS8300 SoC | expand

Commit Message

Jingyi Wang Sept. 11, 2024, 7:18 a.m. UTC
From: Zhenhua Huang <quic_zhenhuah@quicinc.com>

Qualcomm QCS8300 SoC includes apps smmu that implements arm,mmu-500, which
is used to translate device-visible virtual addresses to physical
addresses. Add compatible for it.

Signed-off-by: Zhenhua Huang <quic_zhenhuah@quicinc.com>
Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
---
Changes in v2:
- decoupled from the original series.
- Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com
---
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
 1 file changed, 2 insertions(+)


---
base-commit: 100cc857359b5d731407d1038f7e76cd0e871d94
change-id: 20240911-qcs8300_smmu_binding-9fc545f09c30

Best regards,

Comments

Will Deacon Sept. 12, 2024, 12:57 p.m. UTC | #1
On Wed, 11 Sep 2024 15:18:54 +0800, Jingyi Wang wrote:
> Qualcomm QCS8300 SoC includes apps smmu that implements arm,mmu-500, which
> is used to translate device-visible virtual addresses to physical
> addresses. Add compatible for it.
> 
> 

Applied to will (for-joerg/arm-smmu/bindings), thanks!

[1/1] dt-bindings: arm-smmu: Add compatible for QCS8300 SoC
      https://git.kernel.org/will/c/4638a0474d34

Cheers,
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 280b4e49f219..a848ad2a2106 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -36,6 +36,7 @@  properties:
         items:
           - enum:
               - qcom,qcm2290-smmu-500
+              - qcom,qcs8300-smmu-500
               - qcom,qdu1000-smmu-500
               - qcom,sa8775p-smmu-500
               - qcom,sc7180-smmu-500
@@ -552,6 +553,7 @@  allOf:
               - cavium,smmu-v2
               - marvell,ap806-smmu-500
               - nvidia,smmu-500
+              - qcom,qcs8300-smmu-500
               - qcom,qdu1000-smmu-500
               - qcom,sc7180-smmu-500
               - qcom,sdm670-smmu-500