From a2c056775021e3dbb8fa309d51bd68b74166096b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Tue, 12 Jun 2018 13:00:25 -0400 Subject: i9305: Add Android boot partition information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- arch/arm/boot/dts/exynos4412-i9305.dts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-i9305.dts b/arch/arm/boot/dts/exynos4412-i9305.dts index 54a2a55dbf70..a3ed9ad50a14 100644 --- a/arch/arm/boot/dts/exynos4412-i9305.dts +++ b/arch/arm/boot/dts/exynos4412-i9305.dts @@ -12,6 +12,28 @@ device_type = "memory"; reg = <0x40000000 0x80000000>; }; + + firmware { + android { + compatible = "android,firmware"; + vbmeta { + compatible = "android,vbmeta"; + parts = "SYSTEM"; + }; + + fstab { + compatible = "android,fstab"; + system { + compatible = "android,system"; + dev = "/dev/block/platform/soc/12550000.mmc/by-name/SYSTEM"; + type = "ext4"; + mnt_flags = "rw,noatime"; + fsmgr_flags = "wait"; + }; + }; + }; + }; + }; &i2c0_bus { -- cgit v1.2.3