google/scarlet: Enable innolux,p079zca MIPI panel

TEST=Boot from scarlet, and mipi panel work

Change-Id: Id5f81867ea50f72cc0bc13074627134e0dc198ba
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Reviewed-on: https://review.coreboot.org/19476
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Nickey Yang 2017-04-27 09:38:56 +08:00 committed by Martin Roth
parent 8caf8a23f9
commit 39b633b26d
1 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,16 @@
chip soc/rockchip/rk3399
device cpu_cluster 0 on end
register "vop_mode" = "VOP_MODE_NONE"
register "vop_mode" = "VOP_MODE_MIPI"
register "framebuffer_bits_per_pixel" = "32"
register "panel_pixel_clock" = "56900"
register "panel_refresh" = "60"
register "panel_ha" = "768"
register "panel_hbl" = "120"
register "panel_hso" = "40"
register "panel_hspw" = "40"
register "panel_va" = "1024"
register "panel_vbl" = "44"
register "panel_vso" = "20"
register "panel_vspw" = "4"
end