ARM: dts: msm: Move to second stage init
authorSebastiano Barezzi <barezzisebastiano@gmail.com>
Thu, 18 Aug 2022 13:01:45 +0000 (15:01 +0200)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:04 +0000 (20:24 +0300)
Change-Id: Ia7642d730b0a68e045f19c6a3fd00ce3c8844379

arch/arm64/boot/dts/exynos/exynos9609-robusta2_common.dtsi
arch/arm64/boot/dts/exynos/exynos9609-wing.dts
arch/arm64/boot/dts/exynos/exynos9610-erd9610_common.dtsi
arch/arm64/boot/dts/exynos/exynos9820.dts

index d0f13f2b5ad49ceb78cca5fd380c79bf9159ef66..59d4a970e823b139a3963319ef138dc0d831ac22 100755 (executable)
                                                compatible = "android,vbmeta";
                                                parts = "vbmeta,boot,system,vendor,dtbo";
                                        };
-                                       fstab {
-                                               compatible = "android,fstab";
-                                               vendor {
-                                                       compatible = "android,vendor";
-                                                       dev = "/dev/block/platform/13520000.ufs/by-name/vendor";
-                                                       type = "ext4";
-                                                       mnt_flags = "ro";
-                                                       fsmgr_flags = "wait,avb,slotselect";
-                                               };
-                                       };
                                };
                        };
 
index 7de2d4f5fc9de51b8e7026a9c065281bac4fdc69..73214ee0e1b2156f978a08b3cd14d5852a73e9c0 100755 (executable)
                                                compatible = "android,vbmeta";
                                                parts = "vbmeta,boot,system,vendor";
                                        };
-                                       fstab {
-                                               compatible = "android,fstab";
-                                               vendor {
-                                                       compatible = "android,vendor";
-                                                       dev = "/dev/block/platform/13520000.ufs/by-name/vendor";
-                                                       type = "ext4";
-                                                       mnt_flags = "ro";
-                                                       fsmgr_flags = "wait,slotselect";
-                                               };
-                                       };
                                };
                        };
 
index 05546bd7356c6f2425baaed83c089fad078179fb..9014e8315876350e9bc13a009cb3b29d07351d73 100644 (file)
                                                compatible = "android,vbmeta";
                                                parts = "vbmeta,boot,system,vendor,dtbo";
                                        };
-                                       fstab {
-                                               compatible = "android,fstab";
-                                               vendor {
-                                                       compatible = "android,vendor";
-                                                       dev = "/dev/block/platform/13520000.ufs/by-name/vendor";
-                                                       type = "ext4";
-                                                       mnt_flags = "ro";
-                                                       fsmgr_flags = "wait,avb,slotselect";
-                                               };
-                                       };
                                };
                        };
 
index 47472670daf57cfe324ed40cb9cac87fc62128c8..6c48cd7f41160ab82370570940d077e814ff99a4 100644 (file)
        firmware {
                android {
                        compatible = "android,firmware";
-                       fstab {
-                               compatible = "android,fstab";
-                               system {
-                                       compatible = "android,system";
-                                       dev = "/dev/block/platform/13d60000.ufs/by-name/system";
-                                       type = "ext4";
-                                       mnt_flags = "ro";
-                                       fsmgr_flags = "wait";
-                                       status = "disabled";
-                               };
-                               vendor {
-                                       compatible = "android,vendor";
-                                       dev = "/dev/block/platform/13d60000.ufs/by-name/vendor";
-                                       type = "ext4";
-                                       mnt_flags = "ro";
-                                       fsmgr_flags = "wait";
-                                       status = "okay";
-                               };
-                       };
                };
        };