2015-04-20 15:01:28

by Dinh Nguyen

[permalink] [raw]
Subject: [PATCH RESEND] Documentation: DT bindings: add doc for Altera's SoCFPGA platform

From: Dinh Nguyen <[email protected]>

Document "altr,socfpga-cyclone5", "altr,socfpga-arria5", and
"altr,socfpga-arria10".

Signed-off-by: Dinh Nguyen <[email protected]>
---
Documentation/devicetree/bindings/arm/altera.txt | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/altera.txt

diff --git a/Documentation/devicetree/bindings/arm/altera.txt b/Documentation/devicetree/bindings/arm/altera.txt
new file mode 100644
index 0000000..558735a
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/altera.txt
@@ -0,0 +1,14 @@
+Altera's SoCFPGA platform device tree bindings
+---------------------------------------------
+
+Boards with Cyclone 5 SoC:
+Required root node properties:
+compatible = "altr,socfpga-cyclone5", "altr,socfpga";
+
+Boards with Arria 5 SoC:
+Required root node properties:
+compatible = "altr,socfpga-arria5", "altr,socfpga";
+
+Boards with Arria 10 SoC:
+Required root node properties:
+compatible = "altr,socfpga-arria10", "altr,socfpga";
--
2.2.1


2015-04-23 04:10:04

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH RESEND] Documentation: DT bindings: add doc for Altera's SoCFPGA platform

On Mon, Apr 20, 2015 at 9:55 AM, <[email protected]> wrote:
> From: Dinh Nguyen <[email protected]>
>
> Document "altr,socfpga-cyclone5", "altr,socfpga-arria5", and
> "altr,socfpga-arria10".
>
> Signed-off-by: Dinh Nguyen <[email protected]>

Applied for 4.1. Thanks.

Rob

> ---
> Documentation/devicetree/bindings/arm/altera.txt | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/altera.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/altera.txt b/Documentation/devicetree/bindings/arm/altera.txt
> new file mode 100644
> index 0000000..558735a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/altera.txt
> @@ -0,0 +1,14 @@
> +Altera's SoCFPGA platform device tree bindings
> +---------------------------------------------
> +
> +Boards with Cyclone 5 SoC:
> +Required root node properties:
> +compatible = "altr,socfpga-cyclone5", "altr,socfpga";
> +
> +Boards with Arria 5 SoC:
> +Required root node properties:
> +compatible = "altr,socfpga-arria5", "altr,socfpga";
> +
> +Boards with Arria 10 SoC:
> +Required root node properties:
> +compatible = "altr,socfpga-arria10", "altr,socfpga";
> --
> 2.2.1
>