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

2012-11-07 Thread AnilKumar, Chimata
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-cous...@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-cous...@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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2012-11-06 Thread AnilKumar Ch
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

AnilKumar Ch (10):
  ARM: dts: AM33XX: Add pinmux configuration for matrix keypad to EVM
  ARM: dts: AM33XX: Add matrix keypad device tree data to am335x-evm
  ARM: dts: AM33XX: Add pinmux configuration for volume-keys to EVM
  ARM: dts: AM33XX: Add volume-keys device tree data to am335x-evm
  ARM: dts: AM33XX: Add pinmux configuration for user-leds to BONE
  ARM: dts: AM33XX: Add user-leds device tree data to am335x-bone
  ARM: dts: AM33XX: Add pinmux configuration for gpio-leds to EVMSK
  ARM: dts: AM33XX: Add user-leds device tree data to am335x-evmsk
  ARM: dts: AM33XX: Add pinmux configuration for gpio-keys to EVMSK
  ARM: dts: AM33XX: Add push-buttons device tree data to am335x-evmsk

 arch/arm/boot/dts/am335x-bone.dts  |   44 +++
 arch/arm/boot/dts/am335x-evm.dts   |   63 +++
 arch/arm/boot/dts/am335x-evmsk.dts |   84 
 3 files changed, 191 insertions(+)

-- 
1.7.9.5

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


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

2012-11-06 Thread Benoit Cousson
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-cous...@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-cous...@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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html