rk mipi: fixed the bug of getting mipi cmds in mipi screen dts file.
authorchenyifu <chenyf@rock-chips.com>
Tue, 18 Nov 2014 02:56:14 +0000 (10:56 +0800)
committerchenyifu <chenyf@rock-chips.com>
Tue, 18 Nov 2014 02:56:14 +0000 (10:56 +0800)
commitc529f8681ba896ecf1ad3fdc562b57aa40e00db4
treeaabc34eb8611e6901a15edeb6bca8128494570db
parentce207ae22427c7180677fe770a9ff59080349c40
rk mipi: fixed the bug of getting mipi cmds in mipi screen dts file.
         The driver supports 32 parameters of each mipi cmds
         when initialization the mipi screen.
         But the users may send a cmds longer the 32 parameters sometimes,
         and it will result in that the array out of range.
drivers/video/rockchip/screen/lcd_mipi.c