mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
dts: fix Q200 ion_share_dma_buf_fd failed issue
PD#138714: fix Q200 ion_share_dma_buf_fd failed issue Change-Id: I9feed9d3190e5c5fb8f39c2c92f93bee94037291 Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
d7dd16392a
commit
94b258de6a
@@ -65,11 +65,12 @@
|
||||
reg = <0x0 0x07300000 0x0 0x100000>;
|
||||
no-map;
|
||||
};
|
||||
fb_reserved:linux,meson-fb {
|
||||
/*fb_reserved:linux,meson-fb {
|
||||
compatible = "amlogic, fb-memory";
|
||||
size = <0x0 0x2000000>;
|
||||
no-map;
|
||||
};
|
||||
*/
|
||||
|
||||
di_reserved:linux,di {
|
||||
compatible = "amlogic, di-mem";
|
||||
@@ -690,7 +691,7 @@
|
||||
|
||||
meson-fb {
|
||||
compatible = "amlogic, meson-fb";
|
||||
memory-region = <&fb_reserved>;
|
||||
//memory-region = <&fb_reserved>;
|
||||
dev_name = "meson-fb";
|
||||
status = "okay";
|
||||
interrupts = <0 3 1
|
||||
@@ -702,7 +703,7 @@
|
||||
/** 0:VPU free scale 1:OSD free scale 2:OSD super scale */
|
||||
display_size_default = <1920 1080 1920 3240 32>;
|
||||
/*1920*1080*4*3 = 0x17BB000*/
|
||||
logo_addr = "0x3d851000";
|
||||
logo_addr = "0x7f851000";
|
||||
/*ion base + fb0 memory size for uboot logo osd1*/
|
||||
};
|
||||
ge2d {
|
||||
|
||||
Reference in New Issue
Block a user