On Tue, 2011-11-22 at 19:43 +0000, Mark Brown wrote:
On Tue, Nov 22, 2011 at 08:09:49PM +0530, Thomas Abraham wrote:
Though platform data of wm8994 is not required for smdkv310, there are other boards 'goni' and 'aquila' which use the platform data. So to start with, we can ignore the platform data of wm8994 but having full dt support would be required for other boards.
Looking at those they're going to need the regulator bindings for device tree to do anything useful. I'd expect that to go into 3.3 but it'll be hassle propagating the binding bits.
I have a question here, how does using DT to a codec (which can be used even on a system where there is no DT present) be generic and break the assumption that codec does not know anything about the system it operates in? This should be done for machine or cpu driver which know if system has DT or not?