Re: [PATCH v4 16/17] OMAP2,3: DSS2: Use platform device to get baseaddr

2011-01-10 Thread Paul Walmsley
On Fri, 7 Jan 2011, Sumit Semwal wrote: From: Senthilvadivu Guruswamy svad...@ti.com DSS, DISPC, DSI, RFBI, VENC baseaddr can be obtained from platform_get_resource(). This API in turn picks the right silicon baseaddr from the hwmod database. So hardcoding of base addr could be removed.

[PATCH v4 16/17] OMAP2,3: DSS2: Use platform device to get baseaddr

2011-01-06 Thread Sumit Semwal
From: Senthilvadivu Guruswamy svad...@ti.com DSS, DISPC, DSI, RFBI, VENC baseaddr can be obtained from platform_get_resource(). This API in turn picks the right silicon baseaddr from the hwmod database. So hardcoding of base addr could be removed. Signed-off-by: Senthilvadivu Guruswamy