ARM: dts: add new dts file for rk3229 evb android avb

Change-Id: I1e76b87ffe691ab5171edc9215a13e1dd21cbf76
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
Zhangbin Tong
2018-12-07 09:58:41 +08:00
committed by Tao Huang
parent 53d0ac7346
commit 4e264676aa
2 changed files with 33 additions and 0 deletions

View File

@@ -534,6 +534,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rk3229-echo-v10.dtb \
rk3229-evb.dtb \
rk3229-evb-android.dtb \
rk3229-evb-android-avb.dts \
rk3229-gva-sdk.dtb \
rk3288-evb-act8846.dtb \
rk3288-evb-android-act8846-edp.dtb \

View File

@@ -0,0 +1,32 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd
*/
/dts-v1/;
#include "rk3229-evb-android.dtsi"
/ {
model = "Rockchip RK3229 Evaluation avb board";
compatible = "rockchip,rk3229-evb-avb", "rockchip,rk3229";
};
&firmware_android {
compatible = "android,firmware";
boot_devices = "30020000.dwmmc,30030000.nandc";
vbmeta {
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo";
};
fstab {
compatible = "android,fstab";
vendor {
compatible = "android,vendor";
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,avb";
};
};
};