commit | 73443b9e4c451b17d1e08164ea933ee6a849b2b3 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Thu Apr 28 15:36:02 2016 +0530 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue May 24 11:42:02 2016 -0500 |
tree | 0fc80ed0bc6b1ef1d928aa61f55650a0658e9d82 | |
parent | 24ae3961f811ee79e6c98474e21e07f8ce222dfc [diff] |
drivers: core: device: add support to check dt compatible for a device/machine Provide an api to check whether the given device or machine is compatible with the given compat string which helps in making decisions in drivers based on device or machine compatible. Idea taken from Linux. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>