diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-08-10 12:25:35 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-08-10 12:25:35 +0000 |
commit | dec44e532c3bba72c68af7337d74712dd9540aee (patch) | |
tree | e6765e5fa7dba1526e5cc5fd089d6a3233e713a4 /Bindings/iommu | |
parent | 1769b8f3a9ff2d1e1505e0a66027a5493fe30c52 (diff) | |
download | src-dec44e532c3bba72c68af7337d74712dd9540aee.tar.gz src-dec44e532c3bba72c68af7337d74712dd9540aee.zip |
Import device-tree files from Linux 5.16vendor/device-tree/5.16
Diffstat (limited to 'Bindings/iommu')
-rw-r--r-- | Bindings/iommu/arm,smmu.yaml | 2 | ||||
-rw-r--r-- | Bindings/iommu/renesas,ipmmu-vmsa.yaml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Bindings/iommu/arm,smmu.yaml b/Bindings/iommu/arm,smmu.yaml index 03f2b2d4db30..f66a3effba73 100644 --- a/Bindings/iommu/arm,smmu.yaml +++ b/Bindings/iommu/arm,smmu.yaml @@ -33,10 +33,12 @@ properties: - description: Qcom SoCs implementing "arm,mmu-500" items: - enum: + - qcom,qcm2290-smmu-500 - qcom,sc7180-smmu-500 - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 + - qcom,sm6350-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 - qcom,sm8350-smmu-500 diff --git a/Bindings/iommu/renesas,ipmmu-vmsa.yaml b/Bindings/iommu/renesas,ipmmu-vmsa.yaml index 02c69a95c332..ce0c715205c6 100644 --- a/Bindings/iommu/renesas,ipmmu-vmsa.yaml +++ b/Bindings/iommu/renesas,ipmmu-vmsa.yaml @@ -43,6 +43,7 @@ properties: - renesas,ipmmu-r8a77980 # R-Car V3H - renesas,ipmmu-r8a77990 # R-Car E3 - renesas,ipmmu-r8a77995 # R-Car D3 + - renesas,ipmmu-r8a779a0 # R-Car V3U reg: maxItems: 1 |