mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
ODROIDC:dtd: If U-Boot default is 720p, so should be the kernel
AMLogic drivers doesn't like resetting the same mode. So this is only for sanity reasons and prevent a blanking screen with certain variations of logo= and hdmimode= Change-Id: Id4e403eadcc892fc2a2979f3776f8e2c45469d5b Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
committed by
Dongjin Kim
parent
e2d4b7e5bc
commit
12214957b0
@@ -132,7 +132,7 @@ void root_func(){
|
||||
status = "okay";
|
||||
reserve-memory = <0x01800000 0x00100000>;
|
||||
reserve-iomap = "true";
|
||||
vmode = <3>; /**0:VMODE_720P 1:VMODE_LCD 2:VMODE_LVDS_1080P 3:VMODE_1080P*/
|
||||
vmode = <0>; /**0:VMODE_720P 1:VMODE_LCD 2:VMODE_LVDS_1080P 3:VMODE_1080P*/
|
||||
scale_mode = <1>; /*0:default 1:new*/
|
||||
4k2k_fb = <0>;
|
||||
display_size_default = <1920 1080 1920 3240 32>; //1920*1080*4*3 = 0x17BB000
|
||||
|
||||
Reference in New Issue
Block a user