mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
the VDDLOG_CTL pin is GPIO3_D4, not GPIO3_D6
This commit is contained in:
@@ -2289,10 +2289,10 @@ void __sramfunc rk30_pwm_logic_suspend_voltage(void)
|
||||
gpio3d6_dir = grf_readl(GRF_GPIO3H_DIR);
|
||||
gpio3d6_en = grf_readl(GRF_GPIO3H_EN);
|
||||
|
||||
grf_writel((1<<28), GRF_GPIO3D_IOMUX);
|
||||
grf_writel((1<<30)|(1<<14), GRF_GPIO3H_DIR);
|
||||
grf_writel((1<<30)|(1<<14), GRF_GPIO3H_DO);
|
||||
grf_writel((1<<30)|(1<<14), GRF_GPIO3H_EN);
|
||||
grf_writel((0x03000300), GRF_GPIO3D_IOMUX);
|
||||
grf_writel((1<<28)|(1<<12), GRF_GPIO3H_DIR);
|
||||
grf_writel((1<<28)|(1<<12), GRF_GPIO3H_DO);
|
||||
grf_writel((1<<28)|(1<<12), GRF_GPIO3H_EN);
|
||||
#endif
|
||||
}
|
||||
void __sramfunc rk30_pwm_logic_resume_voltage(void)
|
||||
|
||||
Reference in New Issue
Block a user