summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/autoport/ec_lenovo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/autoport/ec_lenovo.go b/util/autoport/ec_lenovo.go
index 9a02ac3cbd..a34960ff68 100644
--- a/util/autoport/ec_lenovo.go
+++ b/util/autoport/ec_lenovo.go
@@ -155,8 +155,8 @@ void mainboard_smi_sleep(u8 slp_typ)
pmh := DevTreeNode{
Chip: "ec/lenovo/pmh7",
Registers: map[string]string{
- "backlight_enable": "0x01",
- "dock_event_enable": "0x01",
+ "backlight_enable": "true",
+ "dock_event_enable": "true",
},
Children: []DevTreeNode{
DevTreeNode{