linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
@ 2016-11-09 18:04 Harninder Rai
  2016-11-14 23:35 ` Rob Herring
  2017-01-29  2:10 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Harninder Rai @ 2016-11-09 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
---
 Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
index d6ee9c6..3b01338 100644
--- a/Documentation/devicetree/bindings/arm/fsl.txt
+++ b/Documentation/devicetree/bindings/arm/fsl.txt
@@ -139,6 +139,22 @@ Example:
 Freescale ARMv8 based Layerscape SoC family Device Tree Bindings
 ----------------------------------------------------------------
 
+LS1012A SoC
+Required root node properties:
+    - compatible = "fsl,ls1012a";
+
+LS1012A ARMv8 based RDB Board
+Required root node properties:
+    - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a";
+
+LS1012A ARMv8 based FRDM Board
+Required root node properties:
+    - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a";
+
+LS1012A ARMv8 based QDS Board
+Required root node properties:
+    - compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
+
 LS1043A SoC
 Required root node properties:
     - compatible = "fsl,ls1043a";
-- 
2.7.4

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

* [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
  2016-11-09 18:04 [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards Harninder Rai
@ 2016-11-14 23:35 ` Rob Herring
  2017-01-29  2:10 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2016-11-14 23:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 09, 2016 at 11:34:11PM +0530, Harninder Rai wrote:
> Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
> Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
> ---
>  Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

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

* [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
  2016-11-09 18:04 [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards Harninder Rai
  2016-11-14 23:35 ` Rob Herring
@ 2017-01-29  2:10 ` Shawn Guo
  2017-01-29 20:06   ` Bhaskar U
  1 sibling, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2017-01-29  2:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 09, 2016 at 11:34:11PM +0530, Harninder Rai wrote:
> Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
> Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>

Applied all 3, thanks.

> ---
>  Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
> index d6ee9c6..3b01338 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.txt
> +++ b/Documentation/devicetree/bindings/arm/fsl.txt
> @@ -139,6 +139,22 @@ Example:
>  Freescale ARMv8 based Layerscape SoC family Device Tree Bindings
>  ----------------------------------------------------------------
>  
> +LS1012A SoC
> +Required root node properties:
> +    - compatible = "fsl,ls1012a";
> +
> +LS1012A ARMv8 based RDB Board
> +Required root node properties:
> +    - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a";
> +
> +LS1012A ARMv8 based FRDM Board
> +Required root node properties:
> +    - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a";
> +
> +LS1012A ARMv8 based QDS Board
> +Required root node properties:
> +    - compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
> +
>  LS1043A SoC
>  Required root node properties:
>      - compatible = "fsl,ls1043a";
> -- 
> 2.7.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
  2017-01-29  2:10 ` Shawn Guo
@ 2017-01-29 20:06   ` Bhaskar U
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar U @ 2017-01-29 20:06 UTC (permalink / raw)
  To: linux-arm-kernel

Thanks Shawn,

Regards
Bhaskar

>-----Original Message-----
>From: Shawn Guo [mailto:shawnguo at kernel.org]
>Sent: Sunday, January 29, 2017 7:41 AM
>To: Harninder Rai <harninder.rai@nxp.com>
>Cc: devicetree at vger.kernel.org; robh+dt at kernel.org; mark.rutland at arm.com;
>oss at buserror.net; Bhaskar U <bhaskar.upadhaya@nxp.com>; linux-arm-
>kernel at lists.infradead.org
>Subject: Re: [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB,
>FRDM, QDS boards
>
>On Wed, Nov 09, 2016 at 11:34:11PM +0530, Harninder Rai wrote:
>> Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
>> Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
>
>Applied all 3, thanks.
>
>> ---
>>  Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++
>>  1 file changed, 16 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/fsl.txt
>b/Documentation/devicetree/bindings/arm/fsl.txt
>> index d6ee9c6..3b01338 100644
>> --- a/Documentation/devicetree/bindings/arm/fsl.txt
>> +++ b/Documentation/devicetree/bindings/arm/fsl.txt
>> @@ -139,6 +139,22 @@ Example:
>>  Freescale ARMv8 based Layerscape SoC family Device Tree Bindings
>>  ----------------------------------------------------------------
>>
>> +LS1012A SoC
>> +Required root node properties:
>> +    - compatible = "fsl,ls1012a";
>> +
>> +LS1012A ARMv8 based RDB Board
>> +Required root node properties:
>> +    - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a";
>> +
>> +LS1012A ARMv8 based FRDM Board
>> +Required root node properties:
>> +    - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a";
>> +
>> +LS1012A ARMv8 based QDS Board
>> +Required root node properties:
>> +    - compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
>> +
>>  LS1043A SoC
>>  Required root node properties:
>>      - compatible = "fsl,ls1043a";
>> --
>> 2.7.4
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2017-01-29 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 18:04 [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards Harninder Rai
2016-11-14 23:35 ` Rob Herring
2017-01-29  2:10 ` Shawn Guo
2017-01-29 20:06   ` Bhaskar U

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).