soc: rockchip: pvtm: Fix the number of channels for px30

Change-Id: Ieaa208baa2abbdc5cc8f341c183587354a202a13
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-04-11 17:16:54 +08:00
committed by Tao Huang
parent d26a856c7e
commit c05bc80b87

View File

@@ -335,7 +335,7 @@ static u32 rockchip_pvtm_get_value(struct rockchip_pvtm *pvtm,
}
static const struct rockchip_pvtm_channel px30_pvtm_channels[] = {
PVTM(PX30_PVTM_CORE, "core", 4, 0, 1, 0x4, 0, 0x4),
PVTM(PX30_PVTM_CORE, "core", 3, 0, 1, 0x4, 0, 0x4),
};
static const struct rockchip_pvtm_info px30_pvtm = {