diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-31 11:30:23 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-09-04 01:18:59 +0000 |
commit | ae6b01970fbb0b9b152d6bae5ffff9aa62c1b15c (patch) | |
tree | daae218c5c32c934250d079f6da3597f4301f3e3 /src/mainboard/google/brya/variants/baseboard | |
parent | f344afb670adfa7b24ec28e788972be1aeefa90e (diff) |
tree: Use boolean for disable_c1_state_auto_demotion
Change-Id: If1cb63847ffbfed9bb09679931cfb23289bf59f0
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84163
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/baseboard')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/brya/variants/baseboard/brask/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/brask/devicetree.cb index 2ba54bcf11..18f02e6c99 100644 --- a/src/mainboard/google/brya/variants/baseboard/brask/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/brask/devicetree.cb @@ -80,7 +80,7 @@ chip soc/intel/alderlake register "fivr_spread_spectrum" = "FIVR_SS_1_5" # Disable C state auto-demotion for all brask baseboards - register "disable_c1_state_auto_demotion" = "1" + register "disable_c1_state_auto_demotion" = "true" # Intel Common SoC Config #+-------------------+---------------------------+ diff --git a/src/mainboard/google/brya/variants/baseboard/brya/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/brya/devicetree.cb index e07cf2adec..12dd0a1827 100644 --- a/src/mainboard/google/brya/variants/baseboard/brya/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/brya/devicetree.cb @@ -77,7 +77,7 @@ chip soc/intel/alderlake register "fivr_spread_spectrum" = "FIVR_SS_1_5" # Disable C state auto-demotion for all brya baseboards - register "disable_c1_state_auto_demotion" = "1" + register "disable_c1_state_auto_demotion" = "true" # Intel Common SoC Config #+-------------------+---------------------------+ diff --git a/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb index f91b0885ae..481bd2ef7f 100644 --- a/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb @@ -59,7 +59,7 @@ chip soc/intel/alderlake register "fivr_spread_spectrum" = "FIVR_SS_1_5" # Disable C state auto-demotion for all brya baseboards - register "disable_c1_state_auto_demotion" = "1" + register "disable_c1_state_auto_demotion" = "true" register "serial_io_uart_mode" = "{ [PchSerialIoIndexUART0] = PchSerialIoPci, |