commit | a204d16bfb8ff3df21a19cb6b1516244e9055019 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.org> | Mon Jul 04 07:14:30 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 06 11:12:32 2022 +0200 |
tree | 2f405810bcb2ac65bf586104e780aef0d65d66ac | |
parent | a83cec9f8b0a229c90fee37f67c516c71ed4499e [diff] |
ec_host_cmd: Convert to DEVICE_DT_GET We are working on phasing out use of the devicetree 'label' property. We can use DEVICE_DT_GET and drop use of DT_LABEL. Signed-off-by: Kumar Gala <galak@kernel.org>