Skip to content

Commit

Permalink
dts:early mount vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantpaddune committed Jun 9, 2019
1 parent 53ac17e commit 307b0e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
11 changes: 9 additions & 2 deletions arch/arm64/boot/dts/exynos/exynos7885-jackpot2lte_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
clock-frequency = <26000000>;
};
};
firmware {

firmware {
android {
compatible = "android,firmware";
fstab {
Expand All @@ -71,6 +71,13 @@
mnt_flags = "ro";
fsmgr_flags = "wait";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/13500000.dwmmc0/by-name/VENDOR";
type = "ext4";
mnt_flags = "ro";
fsmgr_flags = "wait";
};
};
};
};
Expand Down
9 changes: 8 additions & 1 deletion arch/arm64/boot/dts/exynos/exynos7885-jackpotlte_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
};
};

firmware {
firmware {
android {
compatible = "android,firmware";
fstab {
Expand All @@ -65,6 +65,13 @@
mnt_flags = "ro";
fsmgr_flags = "wait";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/13500000.dwmmc0/by-name/VENDOR";
type = "ext4";
mnt_flags = "ro";
fsmgr_flags = "wait";
};
};
};
};
Expand Down

0 comments on commit 307b0e0

Please sign in to comment.