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

Commit 424c924b authored by Venkata Rao Kakani's avatar Venkata Rao Kakani
Browse files

ARM: dts: msm: Add base device tree for direwolf LA guest

Add initial device tree for direwolf la guest.

Change-Id: I13d151cde2468559961c1c6bb458a8f41a72ba8d
parent 4d24c9b0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -358,7 +358,8 @@ dtb-$(CONFIG_QTI_QUIN_GVM) += sa8155-vm-la.dtb \
	sa8195-vm-lv-mt.dtb \
	sa8195-vm-lv-lxc.dtb \
	sa6155p-vm-la.dtb \
	direwolf-vm-lv.dtb
	direwolf-vm-lv.dtb \
	direwolf-vm-la.dtb

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
	dtbo-$(CONFIG_ARCH_DIREWOLF) += direwolf-ivi-rumi-overlay.dtbo \
+10 −0
Original line number Diff line number Diff line
/dts-v1/;

#include "direwolf-vm.dtsi"
#include "direwolf-vm-la.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Direwolf Single LA Virtual Machine";
	compatible = "qcom,direwolf";
	qcom,board-id = <0x1000001 0>;
};
+6 −0
Original line number Diff line number Diff line
&reserved_memory {
	pmem_shared: pmem_shared_region {
		reg = <0x1 0x66500000 0x0 0x51400000>;
		label = "pmem_shared_mem";
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -5,6 +5,18 @@
	model = "Qualcomm Technologies, Inc. Direwolf Virtual Machine";
	qcom,msm-name = "Direwolf V1";
	qcom,msm-id = <460 0x10000>;

	firmware:firmware {
		android {
			/delete-property/ boot_devices;
			fstab {
				vendor {
					dev="/dev/block/platform/vdevs/1c160000.virtio_blk/vdc";
					fsmgr_flags = "wait";
				};
			};
		};
	};
};

&soc {