summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLiang Chen <cl@rock-chips.com>2018-11-01 10:14:01 +0800
committerTao Huang <huangtao@rock-chips.com>2019-03-06 11:39:07 +0800
commit8d976db24b8e262a38aa462dd778c1da3265d277 (patch)
tree9db78085c1b85bee1e9acd77256efee579aac82f /arch
parent09eb63fae4951d77445594f2fbe9a985020323b7 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/rk3128-fireprime.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3128-fireprime.dts b/arch/arm/boot/dts/rk3128-fireprime.dts
index af0f5b28da4a..a75d814f91a7 100644
--- a/arch/arm/boot/dts/rk3128-fireprime.dts
+++ b/arch/arm/boot/dts/rk3128-fireprime.dts
@@ -114,6 +114,10 @@
};
};
+&cma_region {
+ /delete-property/ reg;
+};
+
&cpu0 {
cpu-supply = <&vdd_arm>;
};