* [PATCH v2 0/1] ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target
@ 2013-05-31 14:05 Florian Vaussard
2013-05-31 14:05 ` [PATCH v2 1/1] " Florian Vaussard
0 siblings, 1 reply; 4+ messages in thread
From: Florian Vaussard @ 2013-05-31 14:05 UTC (permalink / raw)
To: Benoit Cousson
Cc: Tony Lindgren, linux-omap, devicetree-discuss, Florian Vaussard
Hello,
When testing the OMAP/AM35xx DTS, I noticed that some platforms were missing
from the dtbs target, forcing the user to build them manually. This patch
corrects this.
Regards,
Florian
Since v1:
- Added AM35xx missing platforms
Florian Vaussard (1):
ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target
arch/arm/boot/dts/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 1/1] ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target
2013-05-31 14:05 [PATCH v2 0/1] ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target Florian Vaussard
@ 2013-05-31 14:05 ` Florian Vaussard
2013-05-31 14:45 ` Benoit Cousson
0 siblings, 1 reply; 4+ messages in thread
From: Florian Vaussard @ 2013-05-31 14:05 UTC (permalink / raw)
To: Benoit Cousson
Cc: Tony Lindgren, linux-omap, devicetree-discuss, Florian Vaussard
When making the dtbs target on OMAP/AM35xx, some trees are not
built.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
---
arch/arm/boot/dts/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index b9f7121..8eadd4e 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -149,10 +149,13 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
omap4-panda-es.dtb \
omap4-var-som.dtb \
omap4-sdp.dtb \
+ omap4-sdp-es23plus.dtb \
omap5-evm.dtb \
am335x-evm.dtb \
am335x-evmsk.dtb \
- am335x-bone.dtb
+ am335x-bone.dtb \
+ am3517-evm.dtb \
+ am3517_mt_ventoux.dtb
dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-ethernet-disk-mini-v2.dtb
dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
dtb-$(CONFIG_ARCH_U8500) += snowball.dtb \
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target
2013-05-31 14:05 ` [PATCH v2 1/1] " Florian Vaussard
@ 2013-05-31 14:45 ` Benoit Cousson
2013-05-31 16:07 ` Florian Vaussard
0 siblings, 1 reply; 4+ messages in thread
From: Benoit Cousson @ 2013-05-31 14:45 UTC (permalink / raw)
To: Florian Vaussard; +Cc: Tony Lindgren, linux-omap, devicetree-discuss
On 05/31/2013 04:05 PM, Florian Vaussard wrote:
> When making the dtbs target on OMAP/AM35xx, some trees are not
> built.
>
> Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Thanks for the fix Florian.
I need to applied your AM series first to take that one otherwise the
am3517-evm will fail since it depends on omap3.dtsi.
BTW, I applied some more AM patches in my branch, and I cannot apply
"ARM: dts: AM33XX: Use pinctrl constants" anymore.
Just wait for some review from AM folks before updating the whole series.
Regards,
Benoit
> ---
> arch/arm/boot/dts/Makefile | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index b9f7121..8eadd4e 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -149,10 +149,13 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
> omap4-panda-es.dtb \
> omap4-var-som.dtb \
> omap4-sdp.dtb \
> + omap4-sdp-es23plus.dtb \
> omap5-evm.dtb \
> am335x-evm.dtb \
> am335x-evmsk.dtb \
> - am335x-bone.dtb
> + am335x-bone.dtb \
> + am3517-evm.dtb \
> + am3517_mt_ventoux.dtb
> dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-ethernet-disk-mini-v2.dtb
> dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
> dtb-$(CONFIG_ARCH_U8500) += snowball.dtb \
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target
2013-05-31 14:45 ` Benoit Cousson
@ 2013-05-31 16:07 ` Florian Vaussard
0 siblings, 0 replies; 4+ messages in thread
From: Florian Vaussard @ 2013-05-31 16:07 UTC (permalink / raw)
To: Benoit Cousson; +Cc: Tony Lindgren, linux-omap, devicetree-discuss
Hello Benoit,
On 05/31/2013 04:45 PM, Benoit Cousson wrote:
> On 05/31/2013 04:05 PM, Florian Vaussard wrote:
>> When making the dtbs target on OMAP/AM35xx, some trees are not
>> built.
>>
>> Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
>
> Thanks for the fix Florian.
>
> I need to applied your AM series first to take that one otherwise the
> am3517-evm will fail since it depends on omap3.dtsi.
>
Right. It was a bad idea to split in two series, sorry.
> BTW, I applied some more AM patches in my branch, and I cannot apply
> "ARM: dts: AM33XX: Use pinctrl constants" anymore.
>
> Just wait for some review from AM folks before updating the whole series.
>
Ok, I will rebase on your branch in the coming days.
Regards,
Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-31 16:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 14:05 [PATCH v2 0/1] ARM: dts: OMAP4/AM35xx: Fix missing dtb in the dtbs target Florian Vaussard
2013-05-31 14:05 ` [PATCH v2 1/1] " Florian Vaussard
2013-05-31 14:45 ` Benoit Cousson
2013-05-31 16:07 ` Florian Vaussard
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).