| Submitter | Dirk Eibach |
|---|---|
| Date | April 6, 2011, 11:53 a.m. |
| Message ID | <1302090830-15824-8-git-send-email-eibach@gdsys.de> |
| Download | mbox | patch |
| Permalink | /patch/90010/ |
| State | Accepted |
| Commit | 6c57c88dd27152770b1e913a3db1a8afe9247a8d |
| Delegated to: | Stefan Roese |
| Headers | show |
Comments
Patch
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 368aceb..c3f7438 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 */
Signed-off-by: Dirk Eibach <eibach@gdsys.de> --- include/configs/dlvision-10g.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)