Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Tony Lindgren
* Pantelis Antoniou pa...@antoniou-consulting.com [121030 12:00]: +#include plat/clock.h +#include plat/omap_device.h We already have queued patches to make omap_device.h private to arch/arm/mach-omap2. Then plat/clock.h will be gone with the common clock framework patches. Regards, Tony

Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Tony Lindgren
* Pantelis Antoniou pa...@antoniou-consulting.com [121030 12:00]: + + priv-lcdc_oh = omap_hwmod_lookup(lcdc); + if (priv-lcdc_oh == NULL) { + dev_err(pdev-dev, Failed to lookup omap_hwmod lcdc\n); + return -ENODEV; + } + + priv-lcdc_pdev =

Re: [RFC 2/7] capebus: Add beaglebone board support

2012-10-30 Thread Tony Lindgren
* Pantelis Antoniou pa...@antoniou-consulting.com [121030 13:18]: On Oct 30, 2012, at 9:39 PM, Tony Lindgren wrote: * Pantelis Antoniou pa...@antoniou-consulting.com [121030 12:00]: + + priv-lcdc_oh = omap_hwmod_lookup(lcdc); + if (priv-lcdc_oh == NULL) { +