diff mbox

[RESEND,00/10] ARM: dts: AM33XX: Add device tree data

Message ID 50992530.8030501@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benoit Cousson Nov. 6, 2012, 2:56 p.m. UTC
Hi Anil,

On 11/06/2012 02:48 PM, AnilKumar Ch wrote:
> Add device tree date for GPIO based various drivers matrix keypad,
> volume keys, push buttons and use leds accross three AM33XX devices
> viz EVM, BeagleBone and Starter Kit.
> 
> To make it functional this series also adds pinctrl data for all
> the GPIOs used by various drivers. In this series only default state
> pinmux/conf settings are added because of sleep/idle state pinctrl
> values are not available.
> 
> These patches are based on linux-omap-dt:for_3.8/dts_part2 tree and
> these were tested on am33xx devices according to added functionality.
> 
> Change log:
> 	- Rebased on for_3.8/dts_part2

Thanks for the update. Applied in for_3.8/dts_part2.

BTW, I've just noticed that am335x-evmsk is not built with make dtbs. The target was missing from the arch/arm/boot/dts/Makefile.

Please find below the patch to add it.

Thanks,
Benoit

---
From 6990451aca80a5107206688308302241f799057a Mon Sep 17 00:00:00 2001
From: Benoit Cousson <b-cousson@ti.com>
Date: Tue, 6 Nov 2012 15:52:23 +0100
Subject: [PATCH] ARM: dts: Makefile: Add the am335x-evmsk target in dtbs list

The EVMSK was not built with the 'make dtbs' command.
Add the missing antry in the dts Makefile.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
---
 arch/arm/boot/dts/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

AnilKumar, Chimata Nov. 7, 2012, 8:10 a.m. UTC | #1
On Tue, Nov 06, 2012 at 20:26:48, Cousson, Benoit wrote:
> Hi Anil,
> 
> On 11/06/2012 02:48 PM, AnilKumar Ch wrote:
> > Add device tree date for GPIO based various drivers matrix keypad,
> > volume keys, push buttons and use leds accross three AM33XX devices
> > viz EVM, BeagleBone and Starter Kit.
> > 
> > To make it functional this series also adds pinctrl data for all
> > the GPIOs used by various drivers. In this series only default state
> > pinmux/conf settings are added because of sleep/idle state pinctrl
> > values are not available.
> > 
> > These patches are based on linux-omap-dt:for_3.8/dts_part2 tree and
> > these were tested on am33xx devices according to added functionality.
> > 
> > Change log:
> > 	- Rebased on for_3.8/dts_part2
> 
> Thanks for the update. Applied in for_3.8/dts_part2.
> 
> BTW, I've just noticed that am335x-evmsk is not built with make dtbs. The target was missing from the arch/arm/boot/dts/Makefile.
> 
> Please find below the patch to add it.

Hi Benoit,

Thanks for addition. Below change is missed from evmsk patch.

Thanks
AnilKumar
 
> ---
> From 6990451aca80a5107206688308302241f799057a Mon Sep 17 00:00:00 2001
> From: Benoit Cousson <b-cousson@ti.com>
> Date: Tue, 6 Nov 2012 15:52:23 +0100
> Subject: [PATCH] ARM: dts: Makefile: Add the am335x-evmsk target in dtbs list
> 
> The EVMSK was not built with the 'make dtbs' command.
> Add the missing antry in the dts Makefile.
> 
> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
> ---
>  arch/arm/boot/dts/Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 634bd42..2458b69 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -73,6 +73,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
>  	omap4-sdp.dtb \
>  	omap5-evm.dtb \
>  	am335x-evm.dtb \
> +	am335x-evmsk.dtb \
>  	am335x-bone.dtb
>  dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
>  dtb-$(CONFIG_ARCH_U8500) += snowball.dtb
> -- 
> 1.7.0.4
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 634bd42..2458b69 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -73,6 +73,7 @@  dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
 	omap4-sdp.dtb \
 	omap5-evm.dtb \
 	am335x-evm.dtb \
+	am335x-evmsk.dtb \
 	am335x-bone.dtb
 dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
 dtb-$(CONFIG_ARCH_U8500) += snowball.dtb