dts: jackpot: add /system early-mount

Signed-off-by: BlackMesa123 <brother12@hotmail.it>
This commit is contained in:
BlackMesa123 2018-08-13 01:16:13 +02:00
parent 6cb396b084
commit 89af40d1bb
2 changed files with 32 additions and 0 deletions

View File

@ -62,6 +62,22 @@
};
};
firmware {
android {
compatible = "android,firmware";
fstab {
compatible = "android,fstab";
system {
compatible = "android,system";
dev = "/dev/block/platform/13500000.dwmmc0/by-name/SYSTEM";
type = "ext4";
mnt_flags = "ro";
fsmgr_flags = "wait";
};
};
};
};
/* USI MODE SETTINGS
usi_mode = "hsi2c0" or "hsi2c1" or "spi" or "uart"

View File

@ -56,6 +56,22 @@
};
};
firmware {
android {
compatible = "android,firmware";
fstab {
compatible = "android,fstab";
system {
compatible = "android,system";
dev = "/dev/block/platform/13500000.dwmmc0/by-name/SYSTEM";
type = "ext4";
mnt_flags = "ro";
fsmgr_flags = "wait";
};
};
};
};
/* USI MODE SETTINGS
usi_mode = "hsi2c0" or "hsi2c1" or "spi" or "uart"