rockchip: rkpwm: fix the register sequence
Reference to kernel source code, rockchip pwm has three type, we are using v2 for rk3288 and rk3399, so let's update the register to sync with pwm_data_v2 in kernel. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8389dcbf98
commit
d840daf4c2
@ -10,8 +10,8 @@
|
||||
|
||||
struct rk3288_pwm {
|
||||
u32 cnt;
|
||||
u32 period_hpr;
|
||||
u32 duty_lpr;
|
||||
u32 period_hpr;
|
||||
u32 ctrl;
|
||||
};
|
||||
check_member(rk3288_pwm, ctrl, 0xc);
|
||||
|
Loading…
Reference in New Issue
Block a user