commit | 2951f93f431a2fc8956a3b13882dc07cb5b8b2b9 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Mar 31 12:38:18 2014 -0600 |
committer | Mark Brown <broonie@linaro.org> | Tue Apr 01 12:46:12 2014 +0100 |
tree | be82835fd4421714a7459457a8608251910da089 | |
parent | e585ca342dbbfe7102985d9ed4eae3f9e1d77ced [diff] |
ASoC: max98090: add an of_match table Add a device tree match table. This serves to make the driver's support of device tree more explicit. Perhaps the fallback for DT matching to using the i2c_device_id table will go away one day, since it fails in face of devices from different vendors with the same name. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>