linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx6q: generate imx6q dtb files
@ 2011-12-07 14:44 Eric Miao
  2011-12-08  7:20 ` Shawn Guo
  2011-12-14  6:28 ` Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Miao @ 2011-12-07 14:44 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Eric Miao <eric.miao@linaro.org>
---
 arch/arm/mach-imx/Makefile.boot |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot
index cfede57..67b76f5 100644
--- a/arch/arm/mach-imx/Makefile.boot
+++ b/arch/arm/mach-imx/Makefile.boot
@@ -25,3 +25,6 @@ initrd_phys-$(CONFIG_SOC_IMX35)	:= 0x80800000
 zreladdr-$(CONFIG_SOC_IMX6Q)	+= 0x10008000
 params_phys-$(CONFIG_SOC_IMX6Q)	:= 0x10000100
 initrd_phys-$(CONFIG_SOC_IMX6Q)	:= 0x10800000
+
+dtb-$(CONFIG_SOC_IMX6Q)	+= imx6q-sabreauto.dtb \
+			   imx6q-sabrelite.dtb
-- 
1.7.5.4

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

* [PATCH] ARM: imx6q: generate imx6q dtb files
  2011-12-07 14:44 [PATCH] ARM: imx6q: generate imx6q dtb files Eric Miao
@ 2011-12-08  7:20 ` Shawn Guo
  2011-12-08  7:28   ` Dirk Behme
  2011-12-14  6:28 ` Shawn Guo
  1 sibling, 1 reply; 5+ messages in thread
From: Shawn Guo @ 2011-12-08  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Eric,

On Wed, Dec 07, 2011 at 10:44:11PM +0800, Eric Miao wrote:
> Cc: Shawn Guo <shawn.guo@linaro.org>
> Signed-off-by: Eric Miao <eric.miao@linaro.org>
> ---
>  arch/arm/mach-imx/Makefile.boot |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot
> index cfede57..67b76f5 100644
> --- a/arch/arm/mach-imx/Makefile.boot
> +++ b/arch/arm/mach-imx/Makefile.boot
> @@ -25,3 +25,6 @@ initrd_phys-$(CONFIG_SOC_IMX35)	:= 0x80800000
>  zreladdr-$(CONFIG_SOC_IMX6Q)	+= 0x10008000
>  params_phys-$(CONFIG_SOC_IMX6Q)	:= 0x10000100
>  initrd_phys-$(CONFIG_SOC_IMX6Q)	:= 0x10800000
> +
> +dtb-$(CONFIG_SOC_IMX6Q)	+= imx6q-sabreauto.dtb \
> +			   imx6q-sabrelite.dtb

We do not have imx6q-sabrelite.dts hit mainline yet.

-- 
Regards,
Shawn

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

* [PATCH] ARM: imx6q: generate imx6q dtb files
  2011-12-08  7:20 ` Shawn Guo
@ 2011-12-08  7:28   ` Dirk Behme
  2011-12-08  7:45     ` Shawn Guo
  0 siblings, 1 reply; 5+ messages in thread
From: Dirk Behme @ 2011-12-08  7:28 UTC (permalink / raw)
  To: linux-arm-kernel

On 08.12.2011 08:20, Shawn Guo wrote:
> Hi Eric,
> 
> On Wed, Dec 07, 2011 at 10:44:11PM +0800, Eric Miao wrote:
>> Cc: Shawn Guo <shawn.guo@linaro.org>
>> Signed-off-by: Eric Miao <eric.miao@linaro.org>
>> ---
>>  arch/arm/mach-imx/Makefile.boot |    3 +++
>>  1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot
>> index cfede57..67b76f5 100644
>> --- a/arch/arm/mach-imx/Makefile.boot
>> +++ b/arch/arm/mach-imx/Makefile.boot
>> @@ -25,3 +25,6 @@ initrd_phys-$(CONFIG_SOC_IMX35)	:= 0x80800000
>>  zreladdr-$(CONFIG_SOC_IMX6Q)	+= 0x10008000
>>  params_phys-$(CONFIG_SOC_IMX6Q)	:= 0x10000100
>>  initrd_phys-$(CONFIG_SOC_IMX6Q)	:= 0x10800000
>> +
>> +dtb-$(CONFIG_SOC_IMX6Q)	+= imx6q-sabreauto.dtb \
>> +			   imx6q-sabrelite.dtb
> 
> We do not have imx6q-sabrelite.dts hit mainline yet.

Same mistake I made yesterday ;)

Anyway, maybe we should somehow sync this with

http://lists.arm.linux.org.uk/lurker/message/20111208.072201.a76a6a41.en.html

?

Maybe put these two patches in a 1/2 and 2/2 patch series?

Best regards

Dirk

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

* [PATCH] ARM: imx6q: generate imx6q dtb files
  2011-12-08  7:28   ` Dirk Behme
@ 2011-12-08  7:45     ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2011-12-08  7:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 08, 2011 at 08:28:58AM +0100, Dirk Behme wrote:
> Maybe put these two patches in a 1/2 and 2/2 patch series?
> 
Yes, making them as a series sounds good to me.

-- 
Regards,
Shawn

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

* [PATCH] ARM: imx6q: generate imx6q dtb files
  2011-12-07 14:44 [PATCH] ARM: imx6q: generate imx6q dtb files Eric Miao
  2011-12-08  7:20 ` Shawn Guo
@ 2011-12-14  6:28 ` Shawn Guo
  1 sibling, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2011-12-14  6:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Dec 07, 2011 at 10:44:11PM +0800, Eric Miao wrote:
> Cc: Shawn Guo <shawn.guo@linaro.org>
> Signed-off-by: Eric Miao <eric.miao@linaro.org>
> ---
>  arch/arm/mach-imx/Makefile.boot |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Applied, thanks.

-- 
Regards,
Shawn

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

end of thread, other threads:[~2011-12-14  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 14:44 [PATCH] ARM: imx6q: generate imx6q dtb files Eric Miao
2011-12-08  7:20 ` Shawn Guo
2011-12-08  7:28   ` Dirk Behme
2011-12-08  7:45     ` Shawn Guo
2011-12-14  6:28 ` Shawn Guo

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