You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the Device Tree provided the LVDS PLL instead of the GCK, the
sys_clk pointer here was assigned a PTR_ERR. From then, further code in
drivers/pwm/pwm-atmel-hlcdc.c would simply test sys_clk against NULL and
treat sys_clk as valid, causing a Oops:
Unable to handle kernel paging request at virtual address fffffffe
[fffffffe] *pgd=6ffde861, *pte=00000000, *ppte=00000000
Internal error: Oops: 37 [#1] ARM
Fixes: 3887775 ("mfd: atmel-hlcdc: Obtain essential clock for LCD operation")
Signed-off-by: Aubin Constans <[email protected]>
0 commit comments