From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757882AbbJ2UqT (ORCPT ); Thu, 29 Oct 2015 16:46:19 -0400 Received: from mail-oi0-f52.google.com ([209.85.218.52]:36389 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbbJ2UqR (ORCPT ); Thu, 29 Oct 2015 16:46:17 -0400 From: Moritz Fischer To: robh+dt@kernel.org Cc: pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, atull@opensource.altera.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Moritz Fischer Subject: [PATCH] Documentation: arm: Fixed typo in socfpga fpga mgr example Date: Thu, 29 Oct 2015 13:47:02 -0700 Message-Id: <1446151622-7306-1-git-send-email-moritz.fischer@ettus.com> X-Mailer: git-send-email 2.6.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Addresses should not be prefixed contain '0x' in nodes. Signed-off-by: Moritz Fischer --- Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt b/Documentation/devicetree/bindings/fpga/altera-socfpga-fpga-mgr.txt index 9b027a6..823f3d6 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@0ff706000 { compatible = "altr,socfpga-fpga-mgr"; reg = <0xFF706000 0x1000 0xFFB90000 0x1000>; -- 2.6.2