From 2158fdc0a824f0a1ae13fe2053bc6f14c4f5758b Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 26 Oct 2021 16:56:06 +0000 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3245509 Commit-Queue: Keith Short Reviewed-by: Keith Short Reviewed-by: Abe Levkoy --- zephyr/projects/it8xxx2_evb/include/pwm_map.h | 6 ------ 1 file changed, 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 */ -- cgit v1.2.1