diff options
author | Aaron Massey <aaronmassey@google.com> | 2022-07-18 13:24:51 -0600 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-07-19 18:01:40 +0000 |
commit | 7ae9a8daffde9b5451dff964646323a6aa9a0f9a (patch) | |
tree | c28ec26e63c3a08a4c06bb60ba058bc4e10f0052 /zephyr/shim/include | |
parent | 3f5963fd7c75715f168cc757329b4a4761729491 (diff) | |
download | chrome-ec-7ae9a8daffde9b5451dff964646323a6aa9a0f9a.tar.gz |
emul: Remove DT_INST_BUS_LABEL(n) usage
Zephyr upstream deprecated DT_BUS_LABEL(node_id) and
DT_INST_BUS_LABEL(inst) macros causing a CQ build failure and blocking
Zephyr downstreaming.
Replace code occurrences of DT_INST_BUS_LABEL(inst) with
DT_LABEL(DT_BUS(DT_DRV_INST(inst))). This macro was only used in
emulators.
BRANCH=none
BUG=b:239447869
TEST=zmake test test-drivers # With breaking commit in downstreamed Zephyr
Signed-off-by: Aaron Massey <aaronmassey@google.com>
Change-Id: If745caeb1273c7e51331bd45b17dc28960c7f8da
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3767857
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'zephyr/shim/include')
0 files changed, 0 insertions, 0 deletions