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

Commit dd956b9d authored by Murali Nalajala's avatar Murali Nalajala
Browse files

Revert "ARM: dts: msm: Add RM(Resource Manager) device for the trusted VM"

This reverts commit a00d39d0.
Hypervisor node is now dynamically added by hypervisor and do
not need to maintain in the device tree.

Change-Id: I77cded8e446cd1ff3bc834217ee7b692b8740595
parent cbcf21f6
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
@@ -196,34 +196,6 @@
		};
	};

	/* Temporary node until RM dynamic overlay support present */
	hypervisor {
		#address-cells = <2>;
		#size-cells = <0>;
		compatible = "qcom,haven-hypervisor-1.0", "qcom,haven-hypervisor", "simple-bus";
		name = "hypervisor";

		qcom,haven-vm {
			compatible = "qcom,haven-vm-id-1.0", "qcom,haven-vm-id";
			qcom,vendor = "Qualcomm Technologies, Inc.";
			qcom,vmid = <45>;
			qcom,owner-vmid = <3>;
		};

		qcom,resource-manager-rpc@0000000000000001 {
			compatible = "qcom,resource-manager-1-0", "qcom,resource-manager", "qcom,haven-message-queue", "qcom,haven-capability";
			interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>, /* TX full IRQ */
					<GIC_SPI 4 IRQ_TYPE_EDGE_RISING>; /* RX empty IRQ */
			reg = <0x00000000 0x00000000>, <0x00000000 0x00000001>; /* TX, RX cap ids */
			qcom,is-full-duplex;
			qcom,free-irq-start = <0>;
			qcom,tx-queue-depth = <8>;
			qcom,tx-message-size = <0xf0>;
			qcom,rx-queue-depth = <8>;
			qcom,rx-message-size = <0xf0>;
		};
	};

	firmware: firmware {
		scm {
			compatible = "qcom,scm";