mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
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:
parent
d26a856c7e
commit
c05bc80b87
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user