| commit | a5e8410aaaf29d6ac486e3d935b18580248b0247 | [log] [tgz] |
|---|---|---|
| author | Fabio Baltieri <[email protected]> | Fri Jun 25 15:56:58 2021 |
| committer | Commit Bot <[email protected]> | Wed Aug 04 18:24:15 2021 |
| tree | 314bb2e240850a5571eb37f2055e9d5214e52972 | |
| parent | 5a576c3d3e1e2120ceb111d4124b54e3f65ea5bd [diff] |
UPSTREAM: drivers: npcx: convert NPCX drivers clock client to DEVICE_DT_GET Convert the various device_get_binding() calls used to get the device clock node to use DEVICE_DT_GET. The latter is processed at link time, so it should be a bit more efficient. Signed-off-by: Fabio Baltieri <[email protected]> (cherry picked from commit 3af832868c7c7b9a81c66ea62bcaef011e574d61) BUG=none TEST=build only Change-Id: I096d731ab1623147ff7e29990048ef0bedbcd7dc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3070703 Tested-by: Fabio Baltieri <[email protected]> Reviewed-by: Jack Rosenthal <[email protected]> Commit-Queue: Fabio Baltieri <[email protected]>