1. if memory is 256MB, then: 256MB(lowmem)+744MB(vmalloc)+0MB(highmem)
2. if memory is 512MB, then: 512MB(lowmem)+488MB(vmalloc)+0MB(highmem)
3. if memory is large then 512MB, then: 512MB(lowmem)+488MB(vmalloc)+other(highmem)
};
chosen {
- bootargs = "vmalloc=512M clk_ignore_unused";
+ bootargs = "vmalloc=496M clk_ignore_unused";
};
pwm_regulator1:pwm-regulator1 {
rockchip,remote_wakeup;
rockchip,usb_irq_wakeup;
};
-
- chosen {
- bootargs = "vmalloc=512M";
- };
};
&pinctrl {
gpio0_gpio {
rockchip,remote_wakeup;
rockchip,usb_irq_wakeup;
};
-
- chosen {
- bootargs = "vmalloc=512M";
- };
};
&pinctrl {
gpio0_gpio {
rockchip,remote_wakeup;
rockchip,usb_irq_wakeup;
};
- chosen {
- bootargs = "vmalloc=512M";
- };
};
&gmac {
pinctrl-1 = <&sdcard_vcc_18>;
pinctrl-2 = <&sdcard_vcc_33>;
};
+
+ chosen {
+ bootargs = "vmalloc=496M";
+ };
};