rk: ion: cma reserve 640MB at anywhere by default on rk32xx

This commit is contained in:
CMY
2014-12-11 12:53:29 +08:00
parent eff12e6b2a
commit 6c7783c2bf
5 changed files with 1 additions and 15 deletions

View File

@@ -764,6 +764,3 @@
&sdmmc0_vdd_domain{
regulator-name = "vcc_sd";
};
&ion_cma {
reg = <0x40000000 0x20000000>; /* 512MB */
};

View File

@@ -935,6 +935,3 @@
&sdmmc0_vdd_domain{
regulator-name = "vcc_sd";
};
&ion_cma {
reg = <0x40000000 0x20000000>; /* 512MB */
};

View File

@@ -1380,10 +1380,6 @@
regulator-name = "vcc_sd";
};
&ion_cma {
reg = <0x40000000 0x28000000>; /* 640MB */
};
&dwc_control_usb {
usb_uart {
status = "disabled";

View File

@@ -1055,10 +1055,6 @@
regulator-name = "vcc_sd";
};
&ion_cma {
reg = <0x40000000 0x28000000>; /* 640MB */
};
&dwc_control_usb {
usb_uart {
status = "disabled";

View File

@@ -981,7 +981,7 @@
ion_cma: rockchip,ion-heap@1 { /* CMA HEAP */
compatible = "rockchip,ion-heap";
rockchip,ion_heap = <1>;
reg = <0x00000000 0x20000000>; /* 512MB */
reg = <0x00000000 0x28000000>; /* 640MB */
};
rockchip,ion-heap@3 { /* VMALLOC HEAP */
compatible = "rockchip,ion-heap";