diff options
author | Stefan Roese <sr@denx.de> | 2007-01-16 15:49:14 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-16 15:49:14 +0100 |
commit | a195ff95ace5e74e50f54a469d1a160ff84a1089 (patch) | |
tree | 562292b70faf3cc1298ef87a862658122c752804 /include/dtt.h | |
parent | c2a6e9091fae9e8339c70f4b12cd3f7d5502ae0c (diff) | |
parent | 1bbbbdd20fcec9933697000dcf55ff7972622596 (diff) |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'include/dtt.h')
-rw-r--r-- | include/dtt.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dtt.h b/include/dtt.h index a17aa677032..842a761c909 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -29,6 +29,7 @@ #if defined(CONFIG_DTT_LM75) || \ defined(CONFIG_DTT_DS1621) || \ + defined(CONFIG_DTT_LM81) || \ defined(CONFIG_DTT_ADM1021) #define CONFIG_DTT /* We have a DTT */ @@ -58,6 +59,14 @@ extern int dtt_get_temp(int sensor); #define DTT_TEMP_SET 0x3 #endif +#if defined(CONFIG_DTT_LM81) +#define DTT_READ_TEMP 0x27 +#define DTT_CONFIG_TEMP 0x4b +#define DTT_TEMP_MAX 0x39 +#define DTT_TEMP_HYST 0x3a +#define DTT_CONFIG 0x40 +#endif + #if defined(CONFIG_DTT_DS1621) #define DTT_READ_TEMP 0xAA #define DTT_READ_COUNTER 0xA8 |