summaryrefslogtreecommitdiff
path: root/zephyr/dts
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2022-10-13 10:43:47 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-08 07:04:35 +0000
commitd97f9707e984a98f7b7ca8b52c85e635c9c37e99 (patch)
tree43c521d2f88d77a42d772d0771461e0ba49fd556 /zephyr/dts
parent4028694bc78b4ef5af3052b33f00207e00d75ee4 (diff)
downloadchrome-ec-d97f9707e984a98f7b7ca8b52c85e635c9c37e99.tar.gz
zephyr: add fan rpm deviation to shim
BUG=none BRANCH=none TEST=On yaviks, make sure fan work intended. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I43a29b337d5a61d8bc36554c944a93171742f984 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3951609 Reviewed-by: Andrew McRae <amcrae@google.com> Commit-Queue: Andrew McRae <amcrae@google.com> Code-Coverage: Andrew McRae <amcrae@google.com> Tested-by: Andrew McRae <amcrae@google.com> Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Diffstat (limited to 'zephyr/dts')
-rw-r--r--zephyr/dts/bindings/fan/cros-ec,fans.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/fan/cros-ec,fans.yaml b/zephyr/dts/bindings/fan/cros-ec,fans.yaml
index 9aa6317f61..a9d198e37c 100644
--- a/zephyr/dts/bindings/fan/cros-ec,fans.yaml
+++ b/zephyr/dts/bindings/fan/cros-ec,fans.yaml
@@ -24,6 +24,12 @@ child-binding:
type: int
description:
Maximum fan speed (in RPM)
+ rpm_deviation:
+ required: false
+ default: 7
+ type: int
+ description:
+ Percentage of fan rpm deviation
pwms:
type: phandle-array
required: true