aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/fpga
diff options
context:
space:
mode:
authorMoritz Fischer <moritz.fischer@ettus.com>2015-10-30 09:51:27 -0700
committerRob Herring <robh@kernel.org>2015-10-30 13:04:19 -0500
commit794fab7d785a2fb5b3f1777619143a8e72955eac (patch)
treebc71b2c817248c84595d0f4e9f9e40e8964ceb5a /Documentation/devicetree/bindings/fpga
parentDocumentation: devicetree: fix reference to legacy wakeup properties (diff)
downloadlinux-dev-794fab7d785a2fb5b3f1777619143a8e72955eac.tar.xz
linux-dev-794fab7d785a2fb5b3f1777619143a8e72955eac.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/fpga')
-rw-r--r--Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt2
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:
Example:
- hps_0_fpgamgr: fpgamgr@0xff706000 {
+ hps_0_fpgamgr: fpgamgr@ff706000 {
compatible = "altr,socfpga-fpga-mgr";
reg = <0xFF706000 0x1000
0xFFB90000 0x1000>;