mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rv1106g-smart-door: reserved memory for meta
Since meta is enabled, remove unnecessary bootargs. Signed-off-by: Wang Xiaobin <xb.wang@rock-chips.com> Change-Id: Ief0a0f9788d2d3c6532d5385595a94f1decc8cf4
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
compatible = "rockchip,rv1106g-smart-door-lock-rmsl-v10", "rockchip,rv1106";
|
||||
|
||||
chosen {
|
||||
bootargs = "loglevel=0 console=ttyFIQ0 root=/dev/rd0 snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0 driver_async_probe=dwmmc_rockchip rk_dma_heap_cma=24M mtdparts=sfc_nor:64K(env),256K@64K(idblock),256K(uboot),8M(boot),6M(oem),-(media)";
|
||||
bootargs = "loglevel=0 console=ttyFIQ0 root=/dev/rd0 snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0 driver_async_probe=dwmmc_rockchip";
|
||||
};
|
||||
|
||||
acodec_sound: acodec-sound {
|
||||
@@ -98,6 +98,11 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&meta {
|
||||
/* reserved meta partition 384KB */
|
||||
reg = <0x01e00000 (384 * 0x400)>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
mcu {
|
||||
/omit-if-no-ref/
|
||||
|
||||
Reference in New Issue
Block a user