diff options
Diffstat (limited to 'src/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/google/auron/variants/buddy/overridetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/google/auron/variants/samus/overridetree.cb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/auron/devicetree.cb b/src/mainboard/google/auron/devicetree.cb index 2ded45256d..49db518760 100644 --- a/src/mainboard/google/auron/devicetree.cb +++ b/src/mainboard/google/auron/devicetree.cb @@ -17,7 +17,7 @@ chip soc/intel/broadwell chip cpu/intel/haswell device cpu_cluster 0 on ops broadwell_cpu_bus_ops end - register "s0ix_enable" = "1" + register "s0ix_enable" = "true" end device domain 0 on diff --git a/src/mainboard/google/auron/variants/buddy/overridetree.cb b/src/mainboard/google/auron/variants/buddy/overridetree.cb index be96e95d1f..d1e217b8aa 100644 --- a/src/mainboard/google/auron/variants/buddy/overridetree.cb +++ b/src/mainboard/google/auron/variants/buddy/overridetree.cb @@ -14,7 +14,7 @@ chip soc/intel/broadwell chip cpu/intel/haswell device cpu_cluster 0 on end - register "s0ix_enable" = "0" + register "s0ix_enable" = "false" end device domain 0 on diff --git a/src/mainboard/google/auron/variants/samus/overridetree.cb b/src/mainboard/google/auron/variants/samus/overridetree.cb index 3de469ecac..b0b8a603f6 100644 --- a/src/mainboard/google/auron/variants/samus/overridetree.cb +++ b/src/mainboard/google/auron/variants/samus/overridetree.cb @@ -16,7 +16,7 @@ chip soc/intel/broadwell device cpu_cluster 0 on end # Disable S0ix for now - register "s0ix_enable" = "0" + register "s0ix_enable" = "false" register "vr_config" = "{ .slow_ramp_rate_set = 3, |