Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4f10a73 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Change renamed partition names for Direwolf guest"

parents 4348e8c2 cf10f044
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -12,3 +12,15 @@
&usb2_phy0 {
	status = "okay";
};

/ {
	rename_blk: rename_blk {
		compatible = "qcom,blkdev-rename";
		actual-dev = "vda", "vdb", "vdc",
				"vdd", "vde", "vdf",
				"vdg", "vdh";
		rename-dev = "system", "userdata", "vendor",
				"persist", "modem", "bluetooth",
				"misc", "vbmeta";
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
			/delete-property/ boot_devices;
			fstab {
				vendor {
					dev="/dev/block/platform/vdevs/1c160000.virtio_blk/vdc";
					dev="/dev/block/platform/vdevs/1c160000.virtio_blk/vendor";
					fsmgr_flags = "wait";
				};
			};