diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/cezanne/acpi/mmio.asl | 6 | ||||
-rw-r--r-- | src/soc/amd/glinda/acpi/mmio.asl | 6 | ||||
-rw-r--r-- | src/soc/amd/mendocino/acpi/mmio.asl | 6 | ||||
-rw-r--r-- | src/soc/amd/morgana/acpi/mmio.asl | 6 | ||||
-rw-r--r-- | src/soc/amd/picasso/acpi/sb_fch.asl | 6 | ||||
-rw-r--r-- | src/soc/amd/stoneyridge/acpi/sb_fch.asl | 6 |
6 files changed, 6 insertions, 30 deletions
diff --git a/src/soc/amd/cezanne/acpi/mmio.asl b/src/soc/amd/cezanne/acpi/mmio.asl index fa43db00b7..a109f53ff2 100644 --- a/src/soc/amd/cezanne/acpi/mmio.asl +++ b/src/soc/amd/cezanne/acpi/mmio.asl @@ -14,11 +14,7 @@ Device (AAHB) { Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000) }) - - Method (_STA, 0x0, NotSerialized) - { - Return (0x0F) - } + Name (_STA, 0xb) } Device (GPIO) diff --git a/src/soc/amd/glinda/acpi/mmio.asl b/src/soc/amd/glinda/acpi/mmio.asl index 05653e5530..07ff7903d5 100644 --- a/src/soc/amd/glinda/acpi/mmio.asl +++ b/src/soc/amd/glinda/acpi/mmio.asl @@ -16,11 +16,7 @@ Device (AAHB) { Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000) }) - - Method (_STA, 0x0, NotSerialized) - { - Return (0x0F) - } + Name (_STA, 0xb) } Device (GPIO) diff --git a/src/soc/amd/mendocino/acpi/mmio.asl b/src/soc/amd/mendocino/acpi/mmio.asl index 5544016666..c4acfb12db 100644 --- a/src/soc/amd/mendocino/acpi/mmio.asl +++ b/src/soc/amd/mendocino/acpi/mmio.asl @@ -16,11 +16,7 @@ Device (AAHB) { Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000) }) - - Method (_STA, 0x0, NotSerialized) - { - Return (0x0F) - } + Name (_STA, 0xb) } Device (GPIO) diff --git a/src/soc/amd/morgana/acpi/mmio.asl b/src/soc/amd/morgana/acpi/mmio.asl index 51a7cbd41c..f52f0e8a42 100644 --- a/src/soc/amd/morgana/acpi/mmio.asl +++ b/src/soc/amd/morgana/acpi/mmio.asl @@ -16,11 +16,7 @@ Device (AAHB) { Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000) }) - - Method (_STA, 0x0, NotSerialized) - { - Return (0x0F) - } + Name (_STA, 0xb) } Device (GPIO) diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl index 7ab3b17fcb..d58e044882 100644 --- a/src/soc/amd/picasso/acpi/sb_fch.asl +++ b/src/soc/amd/picasso/acpi/sb_fch.asl @@ -14,11 +14,7 @@ Device (AAHB) { Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000) }) - - Method (_STA, 0x0, NotSerialized) - { - Return (0x0F) - } + Name (_STA, 0xb) } Device (GPIO) diff --git a/src/soc/amd/stoneyridge/acpi/sb_fch.asl b/src/soc/amd/stoneyridge/acpi/sb_fch.asl index 212a111f41..d7490d719e 100644 --- a/src/soc/amd/stoneyridge/acpi/sb_fch.asl +++ b/src/soc/amd/stoneyridge/acpi/sb_fch.asl @@ -12,11 +12,7 @@ Device (AAHB) { Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000) }) - - Method (_STA, 0x0, NotSerialized) - { - Return (0x0F) - } + Name (_STA, 0xb) } Device (GPIO) |