diff options
author | Dirk Eibach <eibach@gdsys.de> | 2011-04-18 10:42:19 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2011-04-21 10:34:36 +0200 |
commit | 8aa50540e4e8fe599857db522d58a55469bbb254 (patch) | |
tree | 2481578d71bc099bd15c4e8a6478fe71454ab009 | |
parent | b9ab8a994d9f83adc8439b758b2a1984def6288c (diff) | |
download | u-boot-imx-8aa50540e4e8fe599857db522d58a55469bbb254.zip u-boot-imx-8aa50540e4e8fe599857db522d58a55469bbb254.tar.gz u-boot-imx-8aa50540e4e8fe599857db522d58a55469bbb254.tar.bz2 |
ppc4xx: Enable LM64 on DLVision 10G
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | include/configs/dlvision-10g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index f7609d7..ae209fa 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -111,7 +111,7 @@ /* Temp sensor/hwmon/dtt */ #define CONFIG_DTT_LM63 1 /* National LM63 */ -#define CONFIG_DTT_SENSORS { 0 } /* Sensor addresses */ +#define CONFIG_DTT_SENSORS { 0x4c, 0x4e } /* Sensor addresses */ #define CONFIG_DTT_PWM_LOOKUPTABLE \ { { 40, 10 }, { 50, 20 }, { 60, 40 } } #define CONFIG_DTT_TACH_LIMIT 0xa10 |