dts: update q200/p241 buildroot dts

PD#160248: dts: update q200/p241 buildroot dts

Change-Id: Ice6038373877ad2911e45a21888beed5a2f2f604
Signed-off-by: wenbiao zhang <wenbiao.zhang@amlogic.com>
This commit is contained in:
wenbiao zhang
2018-02-05 10:16:30 +08:00
committed by Yixun Lan
parent 287c5c111a
commit 11eadad3a7
4 changed files with 1289 additions and 21 deletions

View File

@@ -14277,6 +14277,10 @@ F: drivers/amlogic/input/touchscreen/focaltech_touch/*
F: drivers/amlogic/input/touchscreen/goodix_gt1x/*
F: drivers/amlogic/input/touchscreen/goodix_gt9xx/*
AMLOGIC ADD Q200 buildroot DTS
M: Wenbiao <wenbiao.zhang@amlogic.com>
F: arch/arm64/boot/dts/amlogic/gxm_q200_2g_buildroot.dts
AMLOGIC ADD LCD_EXTERN P070ACB DRIVER
M: Weiming Liu <weiming.liu@amlogic.com>
F: drivers/amlogic/media/vout/lcd/lcd_extern/mipi_P070ACB.c

View File

@@ -63,12 +63,11 @@
reg = <0x0 0x05300000 0x0 0x2000000>;
no-map;
};
fb_reserved:linux,meson-fb {
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x1000000>;
size = <0x0 0x8000000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x3f000000 0x0 0x1000000>;
};
//don't put other dts in front of fb_reserved
@@ -89,11 +88,6 @@
alignment = <0x0 0x400000>;
};
ion_reserved:linux,ion-dev {
compatible = "amlogic, idev-mem";
size = <0x0 0x1000>;
};
/* vdin0 CMA pool */
//vdin0_cma_reserved:linux,vdin0_cma {
// compatible = "shared-dma-pool";
@@ -113,9 +107,8 @@
};
/* POST PROCESS MANAGER */
ppmgr_reserved:linux,ppmgr {
compatible = "amlogic, ppmgr_memory";
compatible = "shared-dma-pool";
size = <0x0 0x0>;
multi-use;
};
codec_mm_cma:linux,codec_mm_cma {

View File

@@ -63,12 +63,11 @@
reg = <0x0 0x05300000 0x0 0x2000000>;
no-map;
};
fb_reserved:linux,meson-fb {
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x1000000>;
size = <0x0 0x8000000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x3f000000 0x0 0x1000000>;
};
//don't put other dts in front of fb_reserved
@@ -88,12 +87,6 @@
size = <0x0 0x02400000>;
alignment = <0x0 0x400000>;
};
ion_reserved:linux,ion-dev {
compatible = "amlogic, idev-mem";
size = <0x0 0x1000>;
};
/* vdin0 CMA pool */
//vdin0_cma_reserved:linux,vdin0_cma {
// compatible = "shared-dma-pool";
@@ -113,9 +106,8 @@
};
/* POST PROCESS MANAGER */
ppmgr_reserved:linux,ppmgr {
compatible = "amlogic, ppmgr_memory";
compatible = "shared-dma-pool";
size = <0x0 0x0>;
multi-use;
};
codec_mm_cma:linux,codec_mm_cma {

File diff suppressed because it is too large Load Diff