summaryrefslogtreecommitdiff
path: root/include/configs/dlvision-10g.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2011-04-06 13:53:49 +0200
committerStefan Roese <sr@denx.de>2011-04-21 10:34:58 +0200
commit6c57c88dd27152770b1e913a3db1a8afe9247a8d (patch)
tree456a414a28b0729e9cd33f9078be7978267eeaa8 /include/configs/dlvision-10g.h
parent7749c84e9d3a00b16b764368e727a5c12e0c4493 (diff)
ppc4xx: Improve fan PWM curve on DLVision 10G
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/dlvision-10g.h')
-rw-r--r--include/configs/dlvision-10g.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h
index 368aceb15c..c3f7438168 100644
--- a/include/configs/dlvision-10g.h
+++ b/include/configs/dlvision-10g.h
@@ -113,7 +113,8 @@
#define CONFIG_DTT_LM63 1 /* National LM63 */
#define CONFIG_DTT_SENSORS { 0x4c, 0x4e } /* Sensor addresses */
#define CONFIG_DTT_PWM_LOOKUPTABLE \
- { { 40, 10 }, { 50, 20 }, { 60, 40 } }
+ { { 40, 10 }, { 43, 13 }, { 46, 16 }, \
+ { 50, 20 }, { 53, 27 }, { 56, 34 }, { 60, 40 } }
#define CONFIG_DTT_TACH_LIMIT 0xa10
/* EBC peripherals */