diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-10-30 12:51:27 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-30 14:04:19 -0400 |
commit | 794fab7d785a2fb5b3f1777619143a8e72955eac (patch) | |
tree | bc71b2c817248c84595d0f4e9f9e40e8964ceb5a | |
parent | 71a0151c5c82595b58c21b4dd5c07482d8a3d554 (diff) |
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>
-rw-r--r-- | Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt b/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt index 9b027a615486..d52f3340414d 100644 --- a/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt +++ b/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt | |||
@@ -9,7 +9,7 @@ Required properties: | |||
9 | 9 | ||
10 | Example: | 10 | Example: |
11 | 11 | ||
12 | hps_0_fpgamgr: fpgamgr@0xff706000 { | 12 | hps_0_fpgamgr: fpgamgr@ff706000 { |
13 | compatible = "altr,socfpga-fpga-mgr"; | 13 | compatible = "altr,socfpga-fpga-mgr"; |
14 | reg = <0xFF706000 0x1000 | 14 | reg = <0xFF706000 0x1000 |
15 | 0xFFB90000 0x1000>; | 15 | 0xFFB90000 0x1000>; |