summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorJacky Wang <jacky5_wang@pegatron.corp-partner.google.com>2021-05-04 11:07:03 +0800
committerCommit Bot <commit-bot@chromium.org>2021-05-04 16:04:20 +0000
commit0c9bceb8d6adc92b1386488c6781ed415fd7e248 (patch)
treed7aedb983e83331eef342a6de28a2cee29e32768 /board
parente00e4b9d017f83547f63a0a59d8e1836936c296c (diff)
downloadchrome-ec-0c9bceb8d6adc92b1386488c6781ed415fd7e248.tar.gz
copano: Fine tune Keyboard backlight PWM frequency
Fine tune Keyboard backlight PWM frequency from 2.4kHz to 10kHz BUG=b:187096314 BRANCH=firmware-volteer-13672.B TEST=make BOARD=drobit 1. Verified pass by EE team. Signed-off-by: Jacky Wang <jacky5_wang@pegatron.corp-partner.google.com> Change-Id: Ia3a05b5d8138f3961b7d9c0133da735ae7da1a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2870888 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Zhuohao Lee <zhuohao@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/copano/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/copano/board.c b/board/copano/board.c
index e2ebc6725d..deb9f3f951 100644
--- a/board/copano/board.c
+++ b/board/copano/board.c
@@ -165,7 +165,7 @@ const struct pwm_t pwm_channels[] = {
* lower PWM frequencies, but higher frequencies record a much
* lower maximum power.
*/
- .freq = 2400,
+ .freq = 10000,
},
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);