summaryrefslogtreecommitdiff
path: root/zephyr/boards
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-04-12 14:11:07 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-22 18:19:13 +0000
commit2bc663c146a69fe9bc9ec6ed518e13a28f2335df (patch)
tree22823a1482b9f04f1c4003ff44ac963b62715f6b /zephyr/boards
parent10cd17bb7663e56b63429b7c566bff9489f8dec7 (diff)
downloadchrome-ec-2bc663c146a69fe9bc9ec6ed518e13a28f2335df.tar.gz
zephyr: fan: rename named-fans to cros-ec,fans
The label in named-fans is not really used, so it's not really named since we don't care about the name. Drop the label property and rename the node to cros-ec,fans. BRANCH=none BUG=b:217741090 TEST=zmake testall Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Ifcf1b54be505a90c9609ecf44d7700a6b817fa2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3578651 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/boards')
-rw-r--r--zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts b/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
index d106ece265..b0e018ba17 100644
--- a/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
+++ b/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
@@ -151,11 +151,10 @@
};
};
- named-fans {
- compatible = "named-fans";
+ fans {
+ compatible = "cros-ec,fans";
fan_0 {
- label = "FAN_0";
pwms = <&pwm7 PWM_CHANNEL_7 PWM_POLARITY_NORMAL>;
pwm-frequency = <30000>;
tach = <&tach0>;