diff mbox

ARM: dts: compulab: add new board description

Message ID 1450775459-18937-1-git-send-email-ilya@compulab.co.il (mailing list archive)
State New, archived
Headers show

Commit Message

Ilya Ledvich Dec. 22, 2015, 9:10 a.m. UTC
Add description for newly introduced Compulab devices:
- CL-SOM-iMX7
- SBC-iMX7

Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
---

Arnd, Olof, this patch follows the discussion in [1].
Can you please apply it on top of arm-soc next/dt branch?

Thanks!

[1] - http://www.spinics.net/lists/arm-kernel/msg470410.html

 .../devicetree/bindings/arm/compulab-boards.txt    | 24 ++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

Comments

Rob Herring (Arm) Dec. 22, 2015, 11:21 p.m. UTC | #1
On Tue, Dec 22, 2015 at 11:10:59AM +0200, Ilya Ledvich wrote:
> Add description for newly introduced Compulab devices:
> - CL-SOM-iMX7
> - SBC-iMX7
> 
> Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>

Acked-by: Rob Herring <robh@kernel.org>
Igor Grinberg Jan. 4, 2016, 8:27 p.m. UTC | #2
Arnd, Olof,

Will we be able to get this in for 4.5 trough your tree?
Or should we get it in some other way around?

On 12/23/15 01:21, Rob Herring wrote:
> On Tue, Dec 22, 2015 at 11:10:59AM +0200, Ilya Ledvich wrote:
>> Add description for newly introduced Compulab devices:
>> - CL-SOM-iMX7
>> - SBC-iMX7
>>
>> Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 
>
Arnd Bergmann Jan. 8, 2016, 10:50 a.m. UTC | #3
On Monday 04 January 2016 22:27:28 Igor Grinberg wrote:
> 
> On 12/23/15 01:21, Rob Herring wrote:
> > On Tue, Dec 22, 2015 at 11:10:59AM +0200, Ilya Ledvich wrote:
> >> Add description for newly introduced Compulab devices:
> >> - CL-SOM-iMX7
> >> - SBC-iMX7
> >>
> >> Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
> > 
> > Acked-by: Rob Herring <robh@kernel.org>
> > 
> 

Applied to next/dt, thanks!

	Arnd
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/arm/compulab-boards.txt b/Documentation/devicetree/bindings/arm/compulab-boards.txt
index 71172d5..42a1028 100644
--- a/Documentation/devicetree/bindings/arm/compulab-boards.txt
+++ b/Documentation/devicetree/bindings/arm/compulab-boards.txt
@@ -1,5 +1,25 @@ 
-CompuLab SB-SOM is a multi-module baseboard capable of carrying CM-T43, CM-T54,
-and CM-QS600 modules with minor modifications to the SB-SOM assembly.
+CompuLab SB-SOM is a multi-module baseboard capable of carrying:
+ - CM-T43
+ - CM-T54
+ - CM-QS600
+ - CL-SOM-AM57x
+ - CL-SOM-iMX7
+modules with minor modifications to the SB-SOM assembly.
 
 Required root node properties:
     - compatible = should be "compulab,sb-som"
+
+Compulab CL-SOM-iMX7 is a miniature System-on-Module (SoM) based on
+Freescale i.MX7 ARM Cortex-A7 System-on-Chip.
+
+Required root node properties:
+    - compatible = "compulab,cl-som-imx7", "fsl,imx7d";
+
+Compulab SBC-iMX7 is a single board computer based on the
+Freescale i.MX7 system-on-chip. SBC-iMX7 is implemented with
+the CL-SOM-iMX7 System-on-Module providing most of the functions,
+and SB-SOM-iMX7 carrier board providing additional peripheral
+functions and connectors.
+
+Required root node properties:
+    - compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d";