diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-04 14:33:08 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-10-13 08:39:12 -0500 |
commit | d67ac3ae3a3ce464b4fec854c4c85407a99e8e2c (patch) | |
tree | 8b051fd86c1ebec0e30cf261be9165d87223891b /Documentation/devicetree | |
parent | 1620c624305f3773563996757a87eecf44cecfec (diff) |
dt-bindings: iommu: ipmmu-vmsa: Use generic node name
Use the preferred generic node name in the example.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt index 3ed027cfca95..857df929a654 100644 --- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt +++ b/Documentation/devicetree/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>; ... |