summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/projects/it8xxx2_evb/include/pwm_map.h1
-rw-r--r--zephyr/projects/npcx_evb/npcx7/include/pwm_map.h1
-rw-r--r--zephyr/projects/npcx_evb/npcx9/include/pwm_map.h1
-rw-r--r--zephyr/projects/volteer/volteer/include/pwm_map.h3
4 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 531b86ccf6..5386a85cbd 100644
--- a/zephyr/projects/it8xxx2_evb/include/pwm_map.h
+++ b/zephyr/projects/it8xxx2_evb/include/pwm_map.h
@@ -16,7 +16,6 @@
* TODO(b/177452529): eliminate the dependency on enum pwm_channel
* and configure this information directly from the device tree.
*/
-#define PWM_CH_FAN NAMED_PWM(test0)
#define PWM_CH_WITH_DSLEEP_FLAG NAMED_PWM(test1)
#endif /* __ZEPHYR_CHROME_PWM_MAP_H */
diff --git a/zephyr/projects/npcx_evb/npcx7/include/pwm_map.h b/zephyr/projects/npcx_evb/npcx7/include/pwm_map.h
index 371e95c116..62bf822099 100644
--- a/zephyr/projects/npcx_evb/npcx7/include/pwm_map.h
+++ b/zephyr/projects/npcx_evb/npcx7/include/pwm_map.h
@@ -10,7 +10,6 @@
#include "pwm/pwm.h"
-#define PWM_CH_FAN NAMED_PWM(fan)
#define PWM_CH_KBLIGHT NAMED_PWM(kblight)
#endif /* __ZEPHYR_PWM_MAP_H */
diff --git a/zephyr/projects/npcx_evb/npcx9/include/pwm_map.h b/zephyr/projects/npcx_evb/npcx9/include/pwm_map.h
index 371e95c116..62bf822099 100644
--- a/zephyr/projects/npcx_evb/npcx9/include/pwm_map.h
+++ b/zephyr/projects/npcx_evb/npcx9/include/pwm_map.h
@@ -10,7 +10,6 @@
#include "pwm/pwm.h"
-#define PWM_CH_FAN NAMED_PWM(fan)
#define PWM_CH_KBLIGHT NAMED_PWM(kblight)
#endif /* __ZEPHYR_PWM_MAP_H */
diff --git a/zephyr/projects/volteer/volteer/include/pwm_map.h b/zephyr/projects/volteer/volteer/include/pwm_map.h
index 67ab70936f..144a4e5710 100644
--- a/zephyr/projects/volteer/volteer/include/pwm_map.h
+++ b/zephyr/projects/volteer/volteer/include/pwm_map.h
@@ -16,10 +16,7 @@
* TODO(b/177452529): eliminate the dependency on enum pwm_channel
* and configure this information directly from the device tree.
*/
-#define PWM_CH_LED4_SIDESEL NAMED_PWM(led3_sidesel)
#define PWM_CH_KBLIGHT NAMED_PWM(kblight)
-#define PWM_CH_FAN NAMED_PWM(fan)
-
#endif /* __ZEPHYR_CHROME_PWM_MAP_H */