dts: early mount efs
authorMichael Benedict <michaelbt@live.com>
Mon, 30 Dec 2019 05:12:50 +0000 (16:12 +1100)
committerivanmeler <i_ivan@windowslive.com>
Wed, 13 Apr 2022 21:14:02 +0000 (21:14 +0000)
system was early mounted and it doesnt have the time to import efs prop, so early mount efs too

Signed-off-by: Michael Benedict <michaelbt@live.com>
arch/arm64/boot/dts/exynos/exynos8895.dtsi

index 84dc9761df19afd51f43cb595faeb75367c0ff24..aa790174112664bf0635efd6e80dae29239286c5 100644 (file)
                                        fsmgr_flags = "wait";
                                        status = "ok";
                                };
-
+                               efs {
+                                       compatible = "android,efs";
+                                       dev = "/dev/block/platform/11120000.ufs/by-name/EFS";
+                                       type = "ext4";
+                                       mnt_flags = "noatime,nosuid,nodev,noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic";
+                                       fsmgr_flags = "wait,check";
+                                       status = "ok";
+                               };
                        };
                };
        };