Documentation: arm: Fixed typo in socfpga fpga mgr example

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>
This commit is contained in:
Moritz Fischer 2015-10-30 09:51:27 -07:00 committed by Rob Herring
parent 71a0151c5c
commit 794fab7d78

View 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>;