mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -114,6 +114,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&cma_region {
|
||||
/delete-property/ reg;
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-supply = <&vdd_arm>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user