commit | 07ee80f4a100982b903308e4bc76ef7901b67076 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Sep 12 11:38:36 2016 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 04 12:01:14 2016 +0200 |
tree | 2fa21834b34f5ceb90b097dd6f63ab937da15625 | |
parent | 1079b3a2cea0704288baea4babecf7e39a6ba9c7 [diff] |
wandboard: Fix hang when going into low frequency A kernel hang is observed when running wandboard 3.14 kernel and going to the lowest operational point of cpufreq: # ifconfig eth0 down # echo 1 > /sys/class/graphics/fb0/blank The problem is caused by incorrect setting of the REFR field of register MDREF. Setting it to 4 refresh commands per refresh cycle fixes the hang. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>