blob: d993dc2a73c5fef77d41fd86bd8a38a92f68df76 [file] [log] [blame]
zhaochen12063042019-07-15 11:22:04 +08001/*
Jiten Patel8579bd82020-04-09 15:49:45 +05302 * Copyright (c) 2019,2020, The Linux Foundation. All rights reserved.
zhaochen12063042019-07-15 11:22:04 +08003 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14#include "sdm429.dtsi"
15#include "sdm429w-pm660.dtsi"
zhaochendbe3fbf2019-07-30 14:42:02 +080016
17&pil_mss {
18 qcom,sequential-fw-load;
19};
Avaneesh Kumar Dwivedi70212fe2019-11-05 15:03:19 +053020
21&firmware {
22 android {
23 compatible = "android,firmware";
24 vbmeta {
25 compatible = "android,vbmeta";
26 parts = "vbmeta,boot,system,vendor,dtbo,recovery";
27 };
28 fstab {
29 compatible = "android,fstab";
30 vendor {
31 compatible = "android,vendor";
32 dev =
33 "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
34 type = "ext4";
35 mnt_flags = "ro,barrier=1,discard";
Jiten Patel8579bd82020-04-09 15:49:45 +053036 fsmgr_flags = "wait,avb";
Avaneesh Kumar Dwivedi70212fe2019-11-05 15:03:19 +053037 status = "ok";
38 };
39 system {
40 compatible = "android,system";
41 dev =
42 "/dev/block/platform/soc/7824900.sdhci/by-name/system";
43 type = "ext4";
44 mnt_flags = "ro,barrier=1,discard";
Jiten Patel8579bd82020-04-09 15:49:45 +053045 fsmgr_flags = "wait,avb";
Avaneesh Kumar Dwivedi70212fe2019-11-05 15:03:19 +053046 status = "ok";
47 };
48 };
49 };
50};