trivial: clarify comment on ADM1026_DEVICE address
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2738 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6540ae5ea0
commit
c0a689cc1f
|
@ -118,7 +118,7 @@ static void handle_smbus_error(int value, const char *msg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ADM1026_DEVICE 0x2d /* 0x2e or 0x2c */
|
#define ADM1026_DEVICE 0x2d /* Either 0x2c, 0x2d or 0x2e. */
|
||||||
#define ADM1026_REG_CONFIG1 0x00
|
#define ADM1026_REG_CONFIG1 0x00
|
||||||
#define CFG1_MONITOR 0x01
|
#define CFG1_MONITOR 0x01
|
||||||
#define CFG1_INT_ENABLE 0x02
|
#define CFG1_INT_ENABLE 0x02
|
||||||
|
|
Loading…
Reference in New Issue