mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-N2: support true 4k framebuffer
Change-Id: Ic28199b8226a0d284d9b05abab505f87b12f4e7e
(cherry picked from commit 412d278a92)
This commit is contained in:
committed by
Luke Go
parent
72c772ffc8
commit
ed4b41baad
@@ -449,10 +449,11 @@
|
||||
&meson_fb {
|
||||
status = "okay";
|
||||
display_size_default = <1920 1080 1920 2160 32>;
|
||||
mem_size = <0x00800000 0x1980000 0x100000 0x100000 0x800000>;
|
||||
mem_size = <0x00800000 0x4b80000 0x100000 0x100000 0x800000>;
|
||||
logo_addr = "0x7f800000";
|
||||
mem_alloc = <1>;
|
||||
pxp_mode = <0>; /** 0:normal mode 1:pxp mode */
|
||||
4k2k_fb = <1>;
|
||||
};
|
||||
|
||||
&pwm_ab {
|
||||
|
||||
Reference in New Issue
Block a user