commit | acf1939a4c55721167ca599a947f59e70cd1b757 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Dec 10 10:51:54 2020 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Dec 13 19:27:01 2020 -0500 |
tree | bef3fc76742eeb94fd5325a5dab6d999290c2e3d | |
parent | 731420c793acd28fa5a11b95d02fc78bc48f61e6 [diff] |
drivers: entropy: Convert drivers to new DT device macros Convert entropy drivers to use new DT variants of the DEVICE APIs. DEVICE_AND_API_INIT -> DEVICE_DT_DEFINE DEVICE_GET -> DEVICE_DT_GET etc.. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>