dts: jackpot: add /system early-mount
Signed-off-by: BlackMesa123 <brother12@hotmail.it>
This commit is contained in:
parent
6cb396b084
commit
89af40d1bb
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user