Re: [PATCHv5 26/35] ARM: dts: omap3: add minimal l4 bus layout with control module support

2015-03-31 Thread Tero Kristo
On 03/31/2015 01:56 AM, Tony Lindgren wrote: Hi, * Tero Kristo t-kri...@ti.com [150320 11:46]: --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -87,6 +87,60 @@ ranges; ti,hwmods = l3_main; + l4_core: l4@4800 { +

Re: [PATCHv5 26/35] ARM: dts: omap3: add minimal l4 bus layout with control module support

2015-03-30 Thread Tony Lindgren
Hi, * Tero Kristo t-kri...@ti.com [150320 11:46]: --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -87,6 +87,60 @@ ranges; ti,hwmods = l3_main; + l4_core: l4@4800 { + compatible = ti,omap3-l4-core,

[PATCHv5 26/35] ARM: dts: omap3: add minimal l4 bus layout with control module support

2015-03-20 Thread Tero Kristo
This patch creates an l4_core interconnect for OMAP3, and moves some of the generic peripherals under it. System control module nodes are moved under this new interconnect also, and the SCM clock layout is changed to use the renamed SCM node as the clock provider. Signed-off-by: Tero Kristo