summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuibin Chang <Ruibin.Chang@ite.com.tw>2022-09-30 15:07:58 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-30 08:41:20 +0000
commitfe0d2262c95b1ebd8ef2afca2cdad149f12754ec (patch)
tree7b005e5c1e0977e09aba4cc45b79f88bf55ce65e
parente660f244e3a196c7f706fd44daf17e50b23caec8 (diff)
downloadchrome-ec-fe0d2262c95b1ebd8ef2afca2cdad149f12754ec.tar.gz
zephyr: joxer: change to different pwm prescaler
Pwm channel of kblight and fan are not the same pwm output frequency, so they should use different pwm prescaler. This is same bug on yaviks b:249709387. BUG=none BRANCH=none TEST=zmake joxer Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw> Change-Id: I327713ce9b53cebef706eae837e4a9d5d32acdcc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3928627 Reviewed-by: Andrew McRae <amcrae@google.com>
-rw-r--r--zephyr/projects/nissa/joxer/overlay.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/nissa/joxer/overlay.dts b/zephyr/projects/nissa/joxer/overlay.dts
index 0ae3dfc825..b587da8fb1 100644
--- a/zephyr/projects/nissa/joxer/overlay.dts
+++ b/zephyr/projects/nissa/joxer/overlay.dts
@@ -426,7 +426,7 @@
/* pwm for fan */
&pwm7 {
status = "okay";
- prescaler-cx = <PWM_PRESCALER_C4>;
+ prescaler-cx = <PWM_PRESCALER_C6>;
pinctrl-0 = <&pwm7_gpa7_default>;
pinctrl-names = "default";
};