Commit 97ca7b3b8e1d1637d95ed249aa233e669087d701
Committed by
Stefan Roese
1 parent
55ac719dc7
Exists in
master
and in
56 other branches
ppc4xx: Improve lm63 pwm on dlvision-10g
Fan PWM lookuptable was modified to start at 46 degrees celsius instead of 40 degrees celsius. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
include/configs/dlvision-10g.h
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | * Include common defines/options for all AMCC eval boards |
35 | 35 | */ |
36 | 36 | #define CONFIG_HOSTNAME dlvsion-10g |
37 | -#define CONFIG_IDENT_STRING " dlvision-10g 0.01" | |
37 | +#define CONFIG_IDENT_STRING " dlvision-10g 0.02" | |
38 | 38 | #include "amcc-common.h" |
39 | 39 | |
40 | 40 | #define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f */ |
... | ... | @@ -117,8 +117,8 @@ |
117 | 117 | #define CONFIG_DTT_LM63 1 /* National LM63 */ |
118 | 118 | #define CONFIG_DTT_SENSORS { 0x4c, 0x4e } /* Sensor addresses */ |
119 | 119 | #define CONFIG_DTT_PWM_LOOKUPTABLE \ |
120 | - { { 40, 10 }, { 43, 13 }, { 46, 16 }, \ | |
121 | - { 50, 20 }, { 53, 27 }, { 56, 34 }, { 60, 40 } } | |
120 | + { { 46, 10 }, { 48, 14 }, { 50, 19 }, { 52, 23 },\ | |
121 | + { 54, 27 }, { 56, 31 }, { 58, 36 }, { 60, 40 } } | |
122 | 122 | #define CONFIG_DTT_TACH_LIMIT 0xa10 |
123 | 123 | |
124 | 124 | /* EBC peripherals */ |