From c7b9d67bde24a0e5220f4045714c6d5222a5a9e0 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Wed, 20 Feb 2019 15:58:02 +0530 Subject: ANDROID: dts: db410c: fstab: mount cache as vendor partition AOSP master now seem to have a hard requirement on vendor partition otherwise it fail to build. And also now that cache partition is no longer used, let's use it as vendor partition instead. Signed-off-by: Amit Pundir --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 7a644ea7f4a5..44c4b3bdecc2 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -642,6 +642,13 @@ mnt_flags = "ro" ; fsmgr_flags = "wait"; }; + vendor { + compatible = "android,vendor"; + dev = "/dev/block/platform/soc/7824900.sdhci/by-name/cache"; + type = "ext4"; + mnt_flags = "ro" ; + fsmgr_flags = "wait"; + }; }; }; }; -- cgit v1.2.3