DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4
[coreboot.git] / src / mainboard / amd / pistachio / dsdt.asl
index 0053d10e799fd50c7ddc038d03c817d9b4255018..4b1c783db7a80b1edca88c652c23026045bb72e8 100644 (file)
@@ -1307,7 +1307,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)