1
0
Fork 0

MGS-4461 ARM64: dts: correct gpu_ss reg

Correct gpu reg, otherwise DPU/GPU could not share memory.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Flynn xu <flynn.xu@nxp.com>
Reviewed-by: Xianzhong <xianzhong.li@nxp.com>
(cherry picked from commit f409184730bef2f5bc450b9241c3116c69a05d01)
pull/10/head
Peng Fan 2018-12-19 15:25:06 +08:00
parent 40789e4547
commit 5a74d94442
2 changed files with 4 additions and 4 deletions

View File

@ -561,8 +561,8 @@
&imx8_gpu_ss {
cores = <&gpu_3d0>;
/delete-property/ reg;
/delete-property/ reg-names;
reg = <0x0 0xa0000000 0x0 0x40000000>, <0x0 0x0 0x0 0x10000000>;
reg-names = "phys_baseaddr", "contiguous_mem";
};
&sata {

View File

@ -736,8 +736,8 @@
&imx8_gpu_ss {
/* xen guests have 2GB of low RAM @ 2GB */
reg = <0x0 0x80000000 0x0 0x80000000>;
reg-names = "phys_baseaddr";
reg = <0x0 0x80000000 0x0 0x80000000>, <0x0 0x0 0x0 0x10000000>;
reg-names = "phys_baseaddr", "contiguous_mem";
cores = <&gpu_3d1>;
status = "okay";
};