summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/led_policy_villager.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/led_policy_villager.dts')
-rw-r--r--zephyr/projects/herobrine/led_policy_villager.dts12
1 files changed, 5 insertions, 7 deletions
diff --git a/zephyr/projects/herobrine/led_policy_villager.dts b/zephyr/projects/herobrine/led_policy_villager.dts
index 46b0193e61..f8996a3f4b 100644
--- a/zephyr/projects/herobrine/led_policy_villager.dts
+++ b/zephyr/projects/herobrine/led_policy_villager.dts
@@ -1,11 +1,11 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/ {
led-colors {
- compatible = "cros-ec,led-colors";
+ compatible = "cros-ec,led-policy";
power-state-charge {
charge-state = "PWR_STATE_CHARGE";
@@ -70,9 +70,8 @@
};
};
- power-state-idle-forced {
- charge-state = "PWR_STATE_IDLE";
- extra-flag = "LED_CHFLAG_FORCE_IDLE";
+ power-state-forced-idle {
+ charge-state = "PWR_STATE_FORCED_IDLE";
/* Blue 2 sec, Amber 2 sec */
color-0 {
@@ -85,9 +84,8 @@
};
};
- power-state-idle-default {
+ power-state-idle {
charge-state = "PWR_STATE_IDLE";
- extra-flag = "LED_CHFLAG_DEFAULT";
color-0 {
led-color = <&color_blue>;