ARM: dts: msm: gunyah: Add msgq test node for kalama

Add message-queue test node to kalama.dtsi and kalama-vm.dtsi to
validate hypervisor message-queue functionality.

Change-Id: I1efbe2087b46033d98ef187d2247d3b4c2457be2
This commit is contained in:
Po-Jung Lai
2021-12-17 15:24:47 -08:00
parent bf757d1463
commit 4aca53e512
2 changed files with 21 additions and 0 deletions

View File

@@ -206,6 +206,15 @@
qcom,label = <0x4>;
peer-default;
};
test-msgq {
vdevice-type = "message-queue-pair";
generate = "/hypervisor/test-msgq-pair1";
message-size = <0xf0>;
queue-depth = <0x8>;
qcom,label = <0x4>;
peer-default;
};
};
};
@@ -365,6 +374,12 @@
interrupt-names = "qcom,qtmr-intr";
qcom,secondary;
};
qcom,test-msgq {
compatible = "qcom,gh-msgq-test";
gunyah-label = <4>;
affinity = <0>;
};
};
#include "msm-arm-smmu-kalama-vm.dtsi"

View File

@@ -3369,6 +3369,12 @@
qcom,primary;
};
qcom,test-msgq {
compatible = "qcom,gh-msgq-test";
gunyah-label = <4>;
qcom,primary;
};
qcom,pmic_glink {
compatible = "qcom,pmic-glink";
qcom,pmic-glink-channel = "PMIC_RTR_ADSP_APPS";