spring: Change PWM frequency

Current frequency is too low. Change it to 10kHz.

BUG=chrome-os-partner:17585
TEST=none
BRANCH=none

Change-Id: I0ba21bcb6fe52b62f53a621acd220a646dbb9974
Signed-off-by: Vic Yang <victoryang@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/42620
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Tested-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vic Yang
2013-02-06 01:07:22 +08:00
committed by ChromeBot
parent c06e987c1b
commit a3ac2583a4

View File

@@ -14,7 +14,7 @@
#include "tsu6721.h"
#include "util.h"
#define PWM_FREQUENCY 100 /* Hz */
#define PWM_FREQUENCY 10000 /* Hz */
/* Console output macros */
#define CPUTS(outstr) cputs(CC_USBCHARGE, outstr)