arm: dts: rk3128-fireprime: remove custom cma region@88000000

The address@88000000 is out of memory on rk3128-fireprime, so remove
the cma region@88000000, just delete the property <reg>, so that
system will alloc cma region automatically.

Change-Id: I2b9fdf1cd19d9fcecd59421fd551d709f9054cae
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen
2018-11-01 10:14:01 +08:00
committed by Tao Huang
parent 760f75fd0a
commit eb059d08e8

View File

@@ -114,6 +114,10 @@
};
};
&cma_region {
/delete-property/ reg;
};
&cpu0 {
cpu-supply = <&vdd_arm>;
};