Documentation: arm: Fixed typo in socfpga fpga mgr example
authorMoritz Fischer <moritz.fischer@ettus.com>
Fri, 30 Oct 2015 16:51:27 +0000 (09:51 -0700)
committerRob Herring <robh@kernel.org>
Fri, 30 Oct 2015 18:04:19 +0000 (13:04 -0500)
Addresses should not be prefixed contain '0x' in nodes.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt

index 9b027a6..d52f334 100644 (file)
@@ -9,7 +9,7 @@ Required properties:
 
 Example:
 
-       hps_0_fpgamgr: fpgamgr@0xff706000 {
+       hps_0_fpgamgr: fpgamgr@ff706000 {
                compatible = "altr,socfpga-fpga-mgr";
                reg = <0xFF706000 0x1000
                       0xFFB90000 0x1000>;