* [meta-fsl-arm-extra][PATCH] Stop using mx6s SoC family
@ 2014-04-23 14:24 Otavio Salvador
2014-04-23 15:39 ` Fabio Estevam
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-04-23 14:24 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
The i.MX6 Solo is internally a i.MX6 Dual Lite but single core. This
uses the mx6dl as the SoC family as it is already being done in the
Kernel, U-Boot and Barebox.
Change-Id: If587097d9e3be35eadca27e67c11415a4fb0f1c1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
conf/machine/cubox-i.conf | 4 ++--
conf/machine/nitrogen6x-lite.conf | 2 +-
conf/machine/wandboard-solo.conf | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
index 49bee7d..897c0ea 100644
--- a/conf/machine/cubox-i.conf
+++ b/conf/machine/cubox-i.conf
@@ -1,6 +1,6 @@
#@TYPE: Machine
#@NAME: SolidRun CuBox-i
-#@SOC: i.MX6 Q/DL/S
+#@SOC: i.MX6 Q/DL
#@DESCRIPTION: Machine configuration for SolidRun CuBox-i and HummingBoard machines
#@MAINTAINER: Carlos Rafael Giani <dv@pseudoterminal.org>
@@ -12,7 +12,7 @@
require conf/machine/include/imx-base.inc
require conf/machine/include/tune-cortexa9.inc
-SOC_FAMILY = "mx6:mx6s:mx6dl:mx6q"
+SOC_FAMILY = "mx6::mx6dl:mx6q"
PREFERRED_PROVIDER_u-boot = "u-boot-cubox-i"
PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"
diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf
index fc495f7..5e441c2 100644
--- a/conf/machine/nitrogen6x-lite.conf
+++ b/conf/machine/nitrogen6x-lite.conf
@@ -7,7 +7,7 @@
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
-SOC_FAMILY = "mx6:mx6s"
+SOC_FAMILY = "mx6:mx6dl"
KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
diff --git a/conf/machine/wandboard-solo.conf b/conf/machine/wandboard-solo.conf
index 02428c1..c2780bf 100644
--- a/conf/machine/wandboard-solo.conf
+++ b/conf/machine/wandboard-solo.conf
@@ -6,7 +6,7 @@
include include/wandboard.inc
-SOC_FAMILY = "mx6:mx6s:wandboard"
+SOC_FAMILY = "mx6:mx6dl:wandboard"
UBOOT_MACHINE = "wandboard_solo_config"
--
1.9.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH] Stop using mx6s SoC family
2014-04-23 14:24 [meta-fsl-arm-extra][PATCH] Stop using mx6s SoC family Otavio Salvador
@ 2014-04-23 15:39 ` Fabio Estevam
2014-04-23 15:40 ` Fabio Estevam
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2014-04-23 15:39 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Wed, Apr 23, 2014 at 11:24 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> --- a/conf/machine/nitrogen6x-lite.conf
> +++ b/conf/machine/nitrogen6x-lite.conf
> @@ -7,7 +7,7 @@
> include conf/machine/include/imx-base.inc
> include conf/machine/include/tune-cortexa9.inc
>
> -SOC_FAMILY = "mx6:mx6s"
> +SOC_FAMILY = "mx6:mx6dl"
>
> KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
Patch looks fine, but I am wondering if we should use
"imx6dl-nitrogen6x.dtb" here in order to align with the mainline
kernel?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH] Stop using mx6s SoC family
2014-04-23 15:39 ` Fabio Estevam
@ 2014-04-23 15:40 ` Fabio Estevam
2014-04-23 15:45 ` Eric Nelson
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2014-04-23 15:40 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Wed, Apr 23, 2014 at 12:39 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Wed, Apr 23, 2014 at 11:24 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>
>> --- a/conf/machine/nitrogen6x-lite.conf
>> +++ b/conf/machine/nitrogen6x-lite.conf
>> @@ -7,7 +7,7 @@
>> include conf/machine/include/imx-base.inc
>> include conf/machine/include/tune-cortexa9.inc
>>
>> -SOC_FAMILY = "mx6:mx6s"
>> +SOC_FAMILY = "mx6:mx6dl"
>>
>> KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
>
> Patch looks fine, but I am wondering if we should use
> "imx6dl-nitrogen6x.dtb" here in order to align with the mainline
> kernel?
Ah, it seems that it is a different board.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH] Stop using mx6s SoC family
2014-04-23 15:40 ` Fabio Estevam
@ 2014-04-23 15:45 ` Eric Nelson
0 siblings, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2014-04-23 15:45 UTC (permalink / raw)
To: Fabio Estevam, Otavio Salvador; +Cc: meta-freescale Mailing List
On 04/23/2014 08:40 AM, Fabio Estevam wrote:
> On Wed, Apr 23, 2014 at 12:39 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> On Wed, Apr 23, 2014 at 11:24 AM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>>
>>> --- a/conf/machine/nitrogen6x-lite.conf
>>> +++ b/conf/machine/nitrogen6x-lite.conf
>>> @@ -7,7 +7,7 @@
>>> include conf/machine/include/imx-base.inc
>>> include conf/machine/include/tune-cortexa9.inc
>>>
>>> -SOC_FAMILY = "mx6:mx6s"
>>> +SOC_FAMILY = "mx6:mx6dl"
>>>
>>> KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
>>
>> Patch looks fine, but I am wondering if we should use
>> "imx6dl-nitrogen6x.dtb" here in order to align with the mainline
>> kernel?
>
> Ah, it seems that it is a different board.
>
It is.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-23 15:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 14:24 [meta-fsl-arm-extra][PATCH] Stop using mx6s SoC family Otavio Salvador
2014-04-23 15:39 ` Fabio Estevam
2014-04-23 15:40 ` Fabio Estevam
2014-04-23 15:45 ` Eric Nelson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.