test: rockchip: power: call do_test_charge()

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I4784b5f21ff4f39b0112d5cc5626c26b853a0246
This commit is contained in:
Joseph Chen 2020-06-17 15:00:10 +08:00 committed by Jianhong Chen
parent 00dada44a9
commit cd1c982e9a
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ static cmd_tbl_t sub_cmd[] = {
#if defined(CONFIG_WDT)
UNIT_CMD_DEFINE(wdt, 0),
#endif
#ifdef CONFIG_DM_CHARGE_DISPLAY
UNIT_CMD_DEFINE(charge, 0),
#endif
};
static char sub_cmd_help[] =