linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example
@ 2015-10-30 16:51 Moritz Fischer
  2015-10-30 18:31 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Moritz Fischer @ 2015-10-30 16:51 UTC (permalink / raw)
  To: robh+dt
  Cc: pawel.moll, mark.rutland, ijc+devicetree, galak, atull,
	devicetree, linux-kernel, Moritz Fischer

Addresses should not be prefixed contain '0x' in nodes.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example
  2015-10-30 16:51 [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example Moritz Fischer
@ 2015-10-30 18:31 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2015-10-30 18:31 UTC (permalink / raw)
  To: Moritz Fischer
  Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Alan Tull,
	devicetree, linux-kernel

On Fri, Oct 30, 2015 at 11:51 AM, Moritz Fischer
<moritz.fischer@ettus.com> wrote:
> Addresses should not be prefixed contain '0x' in nodes.
>
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>

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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-30 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-30 16:51 [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example Moritz Fischer
2015-10-30 18:31 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).