diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-02-09 22:33:22 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-02-09 22:33:22 +0000 |
commit | 16ae49e2bea5badc71c2265966ec2a9b0ba541dc (patch) | |
tree | 5ff3ed27eadaf4f2d05b771bc108bd500b3d8f48 /Bindings/iommu | |
parent | 550370858c61e6f7fe3832de73daa9cc25ba716a (diff) | |
download | src-16ae49e2bea5badc71c2265966ec2a9b0ba541dc.tar.gz src-16ae49e2bea5badc71c2265966ec2a9b0ba541dc.zip |
Update our copies of the Device Tree Source to Linux 4.15vendor/device-tree/4.15
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=329088
svn path=/vendor/device-tree/4.15/; revision=329090; tag=vendor/device-tree/4.15
Diffstat (limited to 'Bindings/iommu')
-rw-r--r-- | Bindings/iommu/qcom,iommu.txt | 2 | ||||
-rw-r--r-- | Bindings/iommu/renesas,ipmmu-vmsa.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Bindings/iommu/qcom,iommu.txt b/Bindings/iommu/qcom,iommu.txt index b2641ceb2b40..059139abce35 100644 --- a/Bindings/iommu/qcom,iommu.txt +++ b/Bindings/iommu/qcom,iommu.txt @@ -115,7 +115,7 @@ to non-secure vs secure interrupt line. iommus = <&apps_iommu 4>; }; - gpu@01c00000 { + gpu@1c00000 { ... iommus = <&gpu_iommu 1>, <&gpu_iommu 2>; }; diff --git a/Bindings/iommu/renesas,ipmmu-vmsa.txt b/Bindings/iommu/renesas,ipmmu-vmsa.txt index 3ed027cfca95..857df929a654 100644 --- a/Bindings/iommu/renesas,ipmmu-vmsa.txt +++ b/Bindings/iommu/renesas,ipmmu-vmsa.txt @@ -53,7 +53,7 @@ Example: R8A7791 IPMMU-MX and VSP1-D0 bus master #iommu-cells = <1>; }; - vsp1@fe928000 { + vsp@fe928000 { ... iommus = <&ipmmu_mx 13>; ... |