mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user