Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258995 > unrolled thread
| Started by | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| First post | 2015-10-29 21:50 +0100 |
| Last post | 2015-10-29 21:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] Documentation: arm: Fixed typo in socfpga fpga mgr example Moritz Fischer <moritz.fischer@ettus.com> - 2015-10-29 21:50 +0100
| From | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| Date | 2015-10-29 21:50 +0100 |
| Subject | Re: [PATCH] Documentation: arm: Fixed typo in socfpga fpga mgr example |
| Message-ID | <qp2j0-51p-11@gated-at.bofh.it> |
On Thu, Oct 29, 2015 at 1:47 PM, 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>
> ---
> 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 {
*grrr* ... should've been fpgamgr@ff706000 obviously ...
> 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/
Back to top | Article view | linux.kernel
csiph-web