mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ODROID-N2 BIOS: dts: Adjust fb option to support 4k display on spi bios
Change-Id: Iddc8f715f7cbddffbefd87d376e2944796b528ab
This commit is contained in:
@@ -343,10 +343,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