#define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
#define SIO_NCT5104D_ID 0x1061 /* Chip ID */
-#define SIO_PCENGINES_APU_NCT5104D_ID 0xc452 /* Chip ID */
+#define SIO_PCENGINES_APU_NCT5104D_ID1 0xc452 /* Chip ID */
+#define SIO_PCENGINES_APU_NCT5104D_ID2 0xc453 /* Chip ID */
enum chips { nct5104d };
devid = superio_inw(addr, SIO_CHIPID);
switch (devid) {
case SIO_NCT5104D_ID:
- case SIO_PCENGINES_APU_NCT5104D_ID:
+ case SIO_PCENGINES_APU_NCT5104D_ID1:
+ case SIO_PCENGINES_APU_NCT5104D_ID2:
sio->type = nct5104d;
/* enable GPIO0 and GPIO1 */
superio_select(addr, SIO_LD_GPIO);