summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2021-10-26 16:56:06 +0000
committerCommit Bot <commit-bot@chromium.org>2021-10-29 19:03:34 +0000
commit2158fdc0a824f0a1ae13fe2053bc6f14c4f5758b (patch)
tree38a16be5ac1e9ce2d1db20993e019b5a72173352
parentda8a1e7d22f99698581c32ea08a6c3d0ffab6c57 (diff)
downloadchrome-ec-2158fdc0a824f0a1ae13fe2053bc6f14c4f5758b.tar.gz
zephyr: shim: it8xxx2_evb: drop PWM_CH_WITH_DSLEEP_FLAG
PWM_CH_WITH_DSLEEP_FLAG does not seem to be used right now in the Zephyr port. Dropping the define in the map file, if we need it in the future we can use a device tree label directly. BRANCH=none BUG=none TEST=zmake configure -b -B ~/build-it8xxx2_evb/ zephyr/projects/it8xxx2_evb Change-Id: Idadad0656aa172292574857ad59cc863007de836 Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3245509 Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
-rw-r--r--zephyr/projects/it8xxx2_evb/include/pwm_map.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/projects/it8xxx2_evb/include/pwm_map.h b/zephyr/projects/it8xxx2_evb/include/pwm_map.h
index 5386a85cbd..5cf7377f52 100644
--- a/zephyr/projects/it8xxx2_evb/include/pwm_map.h
+++ b/zephyr/projects/it8xxx2_evb/include/pwm_map.h
@@ -12,10 +12,4 @@
#include "pwm/pwm.h"
-/*
- * TODO(b/177452529): eliminate the dependency on enum pwm_channel
- * and configure this information directly from the device tree.
- */
-#define PWM_CH_WITH_DSLEEP_FLAG NAMED_PWM(test1)
-
#endif /* __ZEPHYR_CHROME_PWM_MAP_H */