* [PATCH] ARM: dts: compulab: add new board description
@ 2015-12-22 9:10 Ilya Ledvich
[not found] ` <1450775459-18937-1-git-send-email-ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Ilya Ledvich @ 2015-12-22 9:10 UTC (permalink / raw)
To: Rob Herring, Arnd Bergmann, Olof Johansson
Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
Nikita Kiryanov, Igor Grinberg, devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Ilya Ledvich
Add description for newly introduced Compulab devices:
- CL-SOM-iMX7
- SBC-iMX7
Signed-off-by: Ilya Ledvich <ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
---
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(-)
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";
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1450775459-18937-1-git-send-email-ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>]
* Re: [PATCH] ARM: dts: compulab: add new board description [not found] ` <1450775459-18937-1-git-send-email-ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> @ 2015-12-22 23:21 ` Rob Herring 2016-01-04 20:27 ` Igor Grinberg 0 siblings, 1 reply; 4+ messages in thread From: Rob Herring @ 2015-12-22 23:21 UTC (permalink / raw) To: Ilya Ledvich Cc: Arnd Bergmann, Olof Johansson, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Nikita Kiryanov, Igor Grinberg, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r 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-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: compulab: add new board description 2015-12-22 23:21 ` Rob Herring @ 2016-01-04 20:27 ` Igor Grinberg [not found] ` <568AD5B0.5050304-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Igor Grinberg @ 2016-01-04 20:27 UTC (permalink / raw) To: Arnd Bergmann, Olof Johansson Cc: Rob Herring, Ilya Ledvich, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Nikita Kiryanov, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r 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-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > > -- Regards, Igor. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <568AD5B0.5050304-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>]
* Re: [PATCH] ARM: dts: compulab: add new board description [not found] ` <568AD5B0.5050304-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> @ 2016-01-08 10:50 ` Arnd Bergmann 0 siblings, 0 replies; 4+ messages in thread From: Arnd Bergmann @ 2016-01-08 10:50 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Igor Grinberg, Olof Johansson, Mark Rutland, Nikita Kiryanov, Pawel Moll, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA, Kumar Gala, Ilya Ledvich 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-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> > > > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > > > Applied to next/dt, thanks! Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-08 10:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22 9:10 [PATCH] ARM: dts: compulab: add new board description Ilya Ledvich
[not found] ` <1450775459-18937-1-git-send-email-ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-12-22 23:21 ` Rob Herring
2016-01-04 20:27 ` Igor Grinberg
[not found] ` <568AD5B0.5050304-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2016-01-08 10:50 ` Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox