diff options
author | Scott Duplichan <scott@notabs.org> | 2011-05-15 22:00:23 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-05-15 22:00:23 +0000 |
commit | 0ebefd27c8e1c9794afd19a663aaf9f88964fe2a (patch) | |
tree | 05137636f82aec9907494338eb041ef06857f484 /src | |
parent | 254a6d6ea7f7477444e09ca86a092d185d0a9f80 (diff) |
Declare RTC as not PIIX4 compatible to match AMD hardware.
Signed-off-by: Scott Duplichan <scott@notabs.org>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6587 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/persimmon/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/dsdt.asl b/src/mainboard/amd/persimmon/dsdt.asl index 88730a7872..3f7e27c635 100644 --- a/src/mainboard/amd/persimmon/dsdt.asl +++ b/src/mainboard/amd/persimmon/dsdt.asl @@ -1379,7 +1379,7 @@ DefinitionBlock ( /* Real Time Clock Device */ Device(RTC0) { - Name(_HID, EISAID("PNP0B01")) /* AT Real Time Clock */ + Name(_HID, EISAID("PNP0B00")) /* AT Real Time Clock (not PIIX4 compatible) */ Name(_CRS, ResourceTemplate() { IRQNoFlags(){8} IO(Decode16,0x0070, 0x0070, 0, 2) |