[PATCH] i2c: omap: adopt pinctrl support

2012-10-16 Thread Sebastien Guiriec
. [4.746917] omap_i2c i2c.15: bus 4 rev2.4.0 at 100 kHz [4.755279] gpiochip_find_base: found new base at 477 [4.761169] gpiochip_add: registered GPIOs 477 to 500 on device: tca6424a Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- drivers/i2c/busses/i2c-omap.c | 13 + 1 file changed, 13

[PATCH] OMAP4: devices: fixup OMAP4 DMIC platform device error message

2012-10-16 Thread Sebastien Guiriec
Correct DMIC hwmod lockup error message and replace printk() by pr_err(). Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/mach-omap2/devices.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index

[PATCH 1/4] ARM/dts: omap5: Update GPIO with address space and interrupt

2012-10-22 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

[PATCH 0/4] ARM/dts: Update OMAP5 with address space and interrupts

2012-10-22 Thread Sebastien Guiriec
is probing and functional - TWL6041 probing (GPIO/I2C) - booting (UART) Sebastien Guiriec (4): ARM/dts: omap5: Update GPIO with address space and interrupt ARM/dts: omap5: Update I2C with address space and interrupts ARM/dts: omap5: Update UART with address space and interrupts ARM/dts: omap5

[PATCH 3/4] ARM/dts: omap5: Update UART with address space and interrupts

2012-10-22 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi

[PATCH 4/4] ARM/dts: omap5: Update MMC with address space and interrupts

2012-10-22 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 413df94

[PATCH 2/4] ARM/dts: omap5: Update I2C with address space and interrupts

2012-10-22 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5

Re: [PATCH 0/4] ARM/dts: Update OMAP5 with address space and interrupts

2012-10-22 Thread Sebastien Guiriec
as well. Regards, Benoit On 10/22/2012 12:22 PM, Sebastien Guiriec wrote: Since kernel 3.7 the DTS data are not overwriten by hwmod data we can add the address space and interrupt line description inside dtsi file for OMAP5. This serie is updating the current OMAP5 IP with missing entry

[PATCH v2 0/4] ARM: dts: Update OMAP5 with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
is probing and functional - TWL6041 probing (GPIO/I2C) - booting (UART) Update since v1: - Add Ack and review - Fix up commit messages. Sebastien Guiriec (4): ARM: dts: omap5: Update GPIO with address space and interrupts ARM: dts: omap5: Update I2C with address space and interrupts ARM: dts: omap5

[PATCH v2 2/4] ARM: dts: omap5: Update I2C with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com Reviewed-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm

[PATCH v2 4/4] ARM: dts: omap5: Update MMC with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 413df94

[PATCH v2 1/4] ARM: dts: omap5: Update GPIO with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

[PATCH v2 3/4] ARM: dts: omap5: Update UART with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com Reviewed-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/arch

Re: [PATCH v2 1/4] ARM: dts: omap5: Update GPIO with address space and interrupts

2012-10-23 Thread Sebastien Guiriec
Hi Benoit and John, On 10/23/2012 06:07 PM, Benoit Cousson wrote: On 10/23/2012 05:59 PM, Jon Hunter wrote: On 10/23/2012 10:09 AM, Benoit Cousson wrote: On 10/23/2012 04:49 PM, Jon Hunter wrote: Hi Seb, On 10/23/2012 03:37 AM, Sebastien Guiriec wrote: Add base address and interrupt line

[PATCH v3 0/4] ARM: dts: Update OMAP5 with address space and interrupts

2012-10-24 Thread Sebastien Guiriec
is probing and functional - TWL6041 probing (GPIO/I2C) - booting (UART) Update since v1: - Add Ack and review - Fix up commit messages. Update since v2: - Add interrupt-parent. Sebastien Guiriec (4): ARM: dts: omap5: Update GPIO with address space and interrupts ARM: dts: omap5: Update I2C

[PATCH v3 3/4] ARM: dts: omap5: Update UART with address space and interrupts

2012-10-24 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com Reviewed-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git

[PATCH v3 4/4] ARM: dts: omap5: Update MMC with address space and interrupts

2012-10-24 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

[PATCH v3 2/4] ARM: dts: omap5: Update I2C with address space and interrupts

2012-10-24 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com Reviewed-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/arch

[PATCH v3 1/4] ARM: dts: omap5: Update GPIO with address space and interrupts

2012-10-24 Thread Sebastien Guiriec
Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi

Re: [PATCH v3 0/4] ARM: dts: Update OMAP5 with address space and interrupts

2012-10-24 Thread Sebastien Guiriec
a series for audio IP interrupt-parent removal for OMAP3/4/5 dtsi file in order to be coherent. Do you want me to do it? On 10/24/2012 09:07 AM, Sebastien Guiriec wrote: Since kernel 3.7 the DTS data are not overwriten by hwmod data we can add the address space and interrupt line description

Re: [PATCH v2 0/2] ARM: OMAP: hwmod/omapd_device: Fix for resource handling in DT boot

2012-10-30 Thread Sebastien Guiriec
/plat-omap/omap_device.c | 87 ++-- 3 files changed, 72 insertions(+), 44 deletions(-) Tested-by: Sebastien Guiriec s-guir...@ti.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] i2c: pinctrl-ify i2c-omap.c

2012-10-30 Thread Sebastien Guiriec
Hi Pantelis, Can you look at the early thread? https://patchwork.kernel.org/patch/1601331/ I send a similar patch earlier with defer probe usage. Best regards, Sebastien On 10/31/2012 04:55 PM, Pantelis Antoniou wrote: Enable pinctrl for i2c-omap. Signed-off-by: Pantelis Antoniou

[PATCH] ASoC: omap-mcbsp: Add pm_runtime_get/put functions call for McBSP.

2012-06-01 Thread Sebastien Guiriec
pm_runtime_get_sync() and put_sync() are not called by McBSP driver. This is introducing a problem with PM and Audio Backend due to missing get/put for McBSP IP. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-mcbsp.c |4 1 files changed, 4 insertions(+), 0

[PATCH] ARM: OMAP4: hwmod data: Update AESS data with memory bank area

2012-04-23 Thread Sebastien Guiriec
. - MPU/DMA: Register of AESS IP. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 42 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2

[PATCH 0/3] ARM: OMAP4: Enable AESS IP.

2013-01-04 Thread Sebastien Guiriec
| | PAD_CLKS | GATED | | SLIMBUS_CLK | GATED | | OPP Divider| ABE_CLK = DPLL_ABE_X2_CLK/1 | |--| Sebastien Guiriec (3): ARM: OMAP2+: hwmod

[PATCH 1/3] ARM: OMAP2+: hwmod: rename flag to prevent hwmod code from touching IP block during init

2013-01-04 Thread Sebastien Guiriec
Rename HWMOD_EXT_OPT_MAIN_CLK flag to indicate that this IP block is dependent on an off-chip functional clock that is not guaranteed to be present during initialization. Same flag can be use for IP with additional HW registers to control Auto IDLE mode. Signed-off-by: Sebastien Guiriec s-guir

[PATCH 2/3] ARM: OMAP4: hwmod data: do not enable or reset the AESS during kernel init

2013-01-04 Thread Sebastien Guiriec
is a workaround for an OMAP hardware problem. It should be possible to configure the OMAP with good default reset configuration of AESS IP for auto gatting mode. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c |8 1 file changed, 8

[PATCH 3/3] OMAP4: hwmod data: Enable AESS hwmod device

2013-01-04 Thread Sebastien Guiriec
Enable AESS data in hwmod in order to be able to probe audio driver. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch

Re: [PATCH 2/3] ARM: OMAP4: hwmod data: do not enable or reset the AESS during kernel init

2013-01-04 Thread Sebastien Guiriec
On 01/04/2013 07:35 PM, Paul Walmsley wrote: Hi Sebastien On Fri, 4 Jan 2013, Sebastien Guiriec wrote: The AESS on OMAP4 has additional register on top of SYS_CONFIG for auto gatting configuration. In order to avoid running clock after boot up we should avoid to enable and reset the module

Re: [PATCH 1/3] ARM: OMAP2+: hwmod: rename flag to prevent hwmod code from touching IP block during init

2013-01-04 Thread Sebastien Guiriec
On 01/04/2013 07:19 PM, Paul Walmsley wrote: Hi Sebastien On Fri, 4 Jan 2013, Sebastien Guiriec wrote: Rename HWMOD_EXT_OPT_MAIN_CLK flag to indicate that this IP block is dependent on an off-chip functional clock that is not guaranteed to be present during initialization. Same flag can

[PATCH v2 0/5] ARM: OMAP4: Enable AESS IP.

2013-01-09 Thread Sebastien Guiriec
auto-gating during initial setup Sebastien Guiriec (2): OMAP4: hwmod data: Enable AESS hwmod device OMAP4: hwmod data: Update AESS data with memory bank area arch/arm/mach-omap2/Makefile |2 +- arch/arm/mach-omap2/omap_hwmod.c | 18 ++ arch/arm/mach-omap2

[PATCH v2 3/5] ARM: OMAP4+: AESS: enable internal auto-gating during initial setup

2013-01-09 Thread Sebastien Guiriec
it is reset. This prevents some types of SoC power management until something sets the auto-gating control bit. Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: Sebastien Guiriec s-guir...@ti.com Cc: Benoît Cousson b-cous...@ti.com Cc: Péter Ujfalusi peter.ujfal...@ti.com Cc: Tony Lindgren t

[PATCH v2 1/5] ARM: OMAP2+: hwmod: add enable_preprogram hook

2013-01-09 Thread Sebastien Guiriec
pointer, setup_preprogram, to the IP block's hwmod data. The function that is pointed to is called by the hwmod code immediately after the IP block is reset. Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: Sebastien Guiriec s-guir...@ti.com Cc: Benoît Cousson b-cous...@ti.com Cc: Péter

[PATCH v2 2/5] ASoC: TI AESS: add autogating-enable function, callable from architecture code

2013-01-09 Thread Sebastien Guiriec
From: Paul Walmsley p...@pwsan.com Add a basic header file for the TI AESS IP block, located in the OMAP4 Audio Back-End subsystem. Currently, this header file only contains a function to enable the AESS internal clock auto-gating. This will be used by a subsequent patch to ensure that the AESS

[PATCH v2 4/5] OMAP4: hwmod data: Enable AESS hwmod device

2013-01-09 Thread Sebastien Guiriec
Enable AESS data in hwmod in order to be able to probe audio driver. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch

[PATCH v2 5/5] OMAP4: hwmod data: Update AESS data with memory bank area

2013-01-09 Thread Sebastien Guiriec
Add AESS memory bank data in hwmod in order to provide memory address information to the driver. Signed-off-by: sebastien Guiriec s-guir...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 42 1 file changed, 42 insertions(+) diff --git a/arch/arm/mach

Re: [PATCH v2 0/5] ARM: OMAP4: Enable AESS IP.

2013-01-18 Thread Sebastien Guiriec
Paul, Benoit, Any comments before I resend the serie with the minor comment for Felipe? Sebastien On 01/09/2013 04:03 PM, Sebastien Guiriec wrote: v2: - Add missing AESS memory banks. - Update the serie base on comments related earlier serie: http://www.mail-archive.com/linux-omap

Re: [PATCH 08/10] ARM: OMAP5: hwmod data: Create initial OMAP5 SOC hwmod data

2013-01-21 Thread Sebastien Guiriec
Hi Santosh We can also remove all the next data: omap54xx_l4_abe__aess_dma, omap54xx_l4_abe__dmic_dma, omap54xx_l4_abe__mcasp_dma, omap54xx_l4_abe__mcbsp1_dma, omap54xx_l4_abe__mcbsp2_dma, omap54xx_l4_abe__mcbsp3_dma,

Re: [PATCH 07/10] ARM: OMAP5: clock data: Add OMAP54XX full clock tree and headers

2013-01-21 Thread Sebastien Guiriec
On 01/21/2013 03:31 PM, Santosh Shilimkar wrote: On Monday 21 January 2013 07:57 PM, Sebastien Guiriec wrote: Hi Santosh, I check the tree with Audio and it is working. Just a comment for the addition of ABE DPLL locking like for OMAP4. Excellent. Can you send the update please? I will fold

Re: [alsa-devel] [RESEND PATCH v3 2/5] ARM: OMAP4: Assign IDs to DSS HDMI devices

2013-01-25 Thread Sebastien Guiriec
Hi Ricardo, You need to rebase this patch as the code has been moved to dss-common.c file now. So it would not apply. Sebastien On 01/05/2013 12:26 AM, Ricardo Neri wrote: While Pandaboard and SDP4430 have only one HDMI output connector, it may be possible that future boards and SoCs

[PATCH] ASoC: omap-mcpdm: Remove useless ressource get.

2013-02-11 Thread Sebastien Guiriec
Remove unused memory ressource get from McPDM driver. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-mcpdm.c |4 1 file changed, 4 deletions(-) diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index 2fe8be2..5ca11bd 100644 --- a/sound

[PATCH] ASoC: omap-mcpdm: Clean up with devm_* function

2013-02-12 Thread Sebastien Guiriec
Clean up McPDM driver with devm_ function. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-mcpdm.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index 5ca11bd..079f277

[PATCH] ASoC: omap-dmic: Clean up with devm_request_and_ioremap

2013-02-12 Thread Sebastien Guiriec
Clean up dmic code with devm_request_and_ioremap function. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-dmic.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sound/soc/omap/omap-dmic.c b/sound/soc/omap/omap-dmic.c index ba49ccd

[PATCH 0/5] ASoC: OMAP2+: Update Audio IP with sDMA binding for DT boot

2013-03-07 Thread Sebastien Guiriec
It has been tested on: - OMAP5 (sEVM/panda)in DT boot (McPDM/DMIC). - OMAP4 (SDP4430/Panda) in both DT/non DT boot (McPDM/DMIC) - OMAP3 (Beagle XM) in both DT/non DT boot (McBSP) Sebastien Guiriec (5): ASoC: omap-pcm: Move to generic DMA for DT binding ASoC: omap-dmic: Update driver for DMA DT

[PATCH 1/5] ASoC: omap-pcm: Move to generic DMA for DT binding

2013-03-07 Thread Sebastien Guiriec
Update in order to use OMAP DMA DT binding for OMAP2+. In case of DT boot snd_dmaengine_generic_pcm_open function is used. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-pcm.c | 12 ++-- sound/soc/omap/omap-pcm.h |1 + 2 files changed, 11 insertions(+), 2

[PATCH 3/5] ASoC: omap-mcpdm: Update driver for DMA DT binding.

2013-03-07 Thread Sebastien Guiriec
Update the driver in order to use OMAP DMA DT binding instead of hwmod data for DT boot. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-mcpdm.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/sound/soc/omap/omap-mcpdm.c b

[PATCH 2/5] ASoC: omap-dmic: Update driver for DMA DT binding.

2013-03-07 Thread Sebastien Guiriec
Update the driver in order to use OMAP DMA DT binding instead of hwmod data for DT boot. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/omap-dmic.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sound/soc/omap/omap-dmic.c b/sound/soc

[PATCH 4/5] ASoC: omap-mcbsp:Update driver for DMA DT binding.

2013-03-07 Thread Sebastien Guiriec
Update the driver in order to use OMAP DMA DT binding instead of hwmod data for DT boot. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/mcbsp.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/sound/soc/omap/mcbsp.c b/sound

[PATCH 5/5] ARM: dts: OMAP2+: Add SDMA Audio IPs bindings

2013-03-07 Thread Sebastien Guiriec
Populate DMA client information for McBSP DMIC and McPDM periperhal on OMAP2+ devices. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap2420.dtsi |6 ++ arch/arm/boot/dts/omap2430.dtsi | 15 +++ arch/arm/boot/dts/omap3.dtsi| 15

[PATCH V2 0/2] ASoC: OMAP2+: Update Audio IP with sDMA binding for DT boot

2013-03-11 Thread Sebastien Guiriec
It has been tested on: - OMAP5 (sEVM/panda)in DT boot (McPDM/DMIC). - OMAP4 (SDP4430/Panda) in both DT/non DT boot (McPDM/DMIC) - OMAP3 (Beagle XM) in both DT/non DT boot (McBSP) Update since v1: - Put DTS patch in first. - Squash all OMAP IPs patch together. Sebastien Guiriec (2): ARM: dts: OMAP2

[PATCH V2 2/2] ASoC: OMAP2+: Move McBSP, DMIC and McPDM to generic DMA DT binding

2013-03-11 Thread Sebastien Guiriec
Update OMAP2+ driver in order to use OMAP DMA DT binding for OMAP2+. In case of DT boot snd_dmaengine_generic_pcm_open function is used. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- sound/soc/omap/mcbsp.c | 26 -- sound/soc/omap/omap-dmic.c | 15

[PATCH V2 1/2] ARM: dts: OMAP2+: Add SDMA Audio IPs bindings

2013-03-11 Thread Sebastien Guiriec
Populate DMA client information for McBSP DMIC and McPDM periperhal on OMAP2+ devices. Signed-off-by: Sebastien Guiriec s-guir...@ti.com --- arch/arm/boot/dts/omap2420.dtsi |6 ++ arch/arm/boot/dts/omap2430.dtsi | 15 +++ arch/arm/boot/dts/omap3.dtsi| 15