Browse Source

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>
Geert Uytterhoeven 8 years ago
parent
commit
d67ac3ae3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt

+ 1 - 1
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>;
 		...