From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example Date: Fri, 30 Oct 2015 13:31:23 -0500 Message-ID: References: <1446223887-3144-1-git-send-email-moritz.fischer@ettus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1446223887-3144-1-git-send-email-moritz.fischer-+aYTwkv1SeIAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Moritz Fischer Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Alan Tull , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: devicetree@vger.kernel.org On Fri, Oct 30, 2015 at 11:51 AM, Moritz Fischer wrote: > Addresses should not be prefixed contain '0x' in nodes. > > Signed-off-by: Moritz Fischer Applied. Thanks. Rob > --- > 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..d52f334 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>; > -- > 2.6.2 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html