mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
pwm: enable rk_pwm0
This commit is contained in:
@@ -421,6 +421,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pwm0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -118,7 +118,7 @@ static void __init rk3288_dt_map_io(void)
|
||||
rockchip_soc_id = ROCKCHIP_SOC_RK3288;
|
||||
|
||||
/* rkpwm is used instead of old pwm */
|
||||
//writel_relaxed(0x00010001, RK_GRF_VIRT + RK3288_GRF_SOC_CON2);
|
||||
writel_relaxed(0x00010001, RK_GRF_VIRT + RK3288_GRF_SOC_CON2);
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
/* enable fast boot */
|
||||
|
||||
Reference in New Issue
Block a user