1
0
Fork 0
forked from len0rd/rockbox

hwstub: fix lcd drivers for sony NWZ

Change-Id: I8d581ec906ec2bab0d983aacfb0e8479b77d0c57
This commit is contained in:
Amaury Pouly 2013-09-26 16:41:30 +02:00
parent f37f3393c9
commit 835d740fca
3 changed files with 32 additions and 16 deletions

View file

@ -11,6 +11,8 @@ function STMP.lcdif.setup_clock()
end
function STMP.lcdif.init()
HW.LCDIF.CTRL.SFTRST.clr()
HW.LCDIF.CTRL.CLKGATE.clr()
HW.LCDIF.CTRL.SFTRST.set()
HW.LCDIF.CTRL.SFTRST.clr()
HW.LCDIF.CTRL.CLKGATE.clr()