Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1259630 > unrolled thread

[PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example

Started byMoritz Fischer <moritz.fischer@ettus.com>
First post2015-10-30 18:00 +0100
Last post2015-10-30 19:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example Moritz Fischer <moritz.fischer@ettus.com> - 2015-10-30 18:00 +0100
    Re: [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example Rob Herring <robh+dt@kernel.org> - 2015-10-30 19:40 +0100

#1259630 — [PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example

FromMoritz Fischer <moritz.fischer@ettus.com>
Date2015-10-30 18:00 +0100
Subject[PATCH v2] Documentation: arm: Fixed typo in socfpga fpga mgr example
Message-ID<qplbZ-8eF-25@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1259701

FromRob Herring <robh+dt@kernel.org>
Date2015-10-30 19:40 +0100
Message-ID<qpmKK-Q6-5@gated-at.bofh.it>
In reply to#1259630
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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web