mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
soc: rockchip: power-domain: fix up the pwr_offset error for rk1808
Change-Id: Idd89b94c52cb4f382690600dabc3ce1c4f6a9f9f Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
parent
375808b5d9
commit
9b8bd440e6
|
|
@ -1014,7 +1014,7 @@ static const struct rockchip_pmu_info px30_pmu = {
|
|||
};
|
||||
|
||||
static const struct rockchip_pmu_info rk1808_pmu = {
|
||||
.pwr_offset = 0x14,
|
||||
.pwr_offset = 0x18,
|
||||
.status_offset = 0x20,
|
||||
.req_offset = 0x64,
|
||||
.idle_offset = 0x6c,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user