Re: [PATCH 2/4] arm/dts: Add initial DT support for AM33XX SoC family

2012-07-06 Thread Tony Lindgren
Hi, * AnilKumar, Chimata [120705 01:21]: > > I realized that for mcspi and mmc, the compatible name supposed tobe close to > omap4-mcspi. > These changes seems to went from my local branch, so could you please merge > below patch with this > 5fc0b42a98556bd9f01cecc6a64fcbd15ec363f0 "arm/dts: A

RE: [PATCH 2/4] arm/dts: Add initial DT support for AM33XX SoC family

2012-07-05 Thread AnilKumar, Chimata
Hi Tony, On Fri, Jun 22, 2012 at 15:10:48, AnilKumar, Chimata wrote: > Add device tree source include file for the AM33XX SoC family. > An additional .dtsi file is created to describe the generic > AM33XX CPU module like intc, ocp. > > Actual selection of available peripherals is handled in sepe

[PATCH 2/4] arm/dts: Add initial DT support for AM33XX SoC family

2012-06-22 Thread AnilKumar Ch
Add device tree source include file for the AM33XX SoC family. An additional .dtsi file is created to describe the generic AM33XX CPU module like intc, ocp. Actual selection of available peripherals is handled in seperate .dts files using this am33xx.dtsi generic header file. Signed-off-by: AnilK