summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/led_policy_hoglin.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/led_policy_hoglin.dts')
-rw-r--r--zephyr/projects/herobrine/led_policy_hoglin.dts10
1 files changed, 4 insertions, 6 deletions
diff --git a/zephyr/projects/herobrine/led_policy_hoglin.dts b/zephyr/projects/herobrine/led_policy_hoglin.dts
index 80ee9f7829..043dfbcaa5 100644
--- a/zephyr/projects/herobrine/led_policy_hoglin.dts
+++ b/zephyr/projects/herobrine/led_policy_hoglin.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";
/* Red 2 sec, Blue 2 sec */
color-0 {
@@ -87,7 +86,6 @@
power-state-idle-default {
charge-state = "PWR_STATE_IDLE";
- extra-flag = "LED_CHFLAG_DEFAULT";
color-0 {
led-color = <&color_red>;