soc/amd/picasso: remove unused fadt_pm_profile devicetree setting
commit 56da63c3dc
removed overriding that
field in the FADT.
Change-Id: I0c8ff9ab125129dc856949c47a3a0c14e4109c73
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43417
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
12732536df
commit
34aab089e3
|
@ -4,7 +4,6 @@ chip soc/amd/picasso
|
|||
register "acp_pin_cfg" = "I2S_PINS_MAX_HDA"
|
||||
|
||||
# Set FADT Configuration
|
||||
register "fadt_pm_profile" = "PM_UNSPECIFIED"
|
||||
register "fadt_boot_arch" = "ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042"
|
||||
register "fadt_flags" = "ACPI_FADT_WBINVD | /* See table 5-10 ACPI 3.0a spec */
|
||||
ACPI_FADT_C1_SUPPORTED |
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
chip soc/amd/picasso
|
||||
|
||||
# Set FADT Configuration
|
||||
register "fadt_pm_profile" = "PM_MOBILE"
|
||||
register "fadt_boot_arch" = "ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042"
|
||||
register "fadt_flags" = "ACPI_FADT_WBINVD | /* See table 5-34 ACPI 6.3 spec */
|
||||
ACPI_FADT_C1_SUPPORTED |
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
chip soc/amd/picasso
|
||||
|
||||
# Set FADT Configuration
|
||||
register "fadt_pm_profile" = "PM_MOBILE"
|
||||
register "fadt_boot_arch" = "ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042"
|
||||
register "fadt_flags" = "ACPI_FADT_WBINVD | /* See table 5-34 ACPI 6.3 spec */
|
||||
ACPI_FADT_C1_SUPPORTED |
|
||||
|
|
|
@ -74,7 +74,6 @@ struct soc_amd_picasso_config {
|
|||
struct acpi_gpio dmic_select_gpio;
|
||||
|
||||
/* Options for these are in src/arch/x86/include/acpi/acpi.h */
|
||||
uint8_t fadt_pm_profile;
|
||||
uint16_t fadt_boot_arch;
|
||||
uint32_t fadt_flags;
|
||||
|
||||
|
|
Loading…
Reference in New Issue