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:
Elaine Zhang
2018-10-07 11:34:37 +08:00
committed by Tao Huang
parent 375808b5d9
commit 9b8bd440e6

View File

@@ -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,