ARM: dts: msm: Remove vsmmu devicetree node for waipio-vm

commit 3fb60c3122 ("ARM: dts: msm: Add iommu device for waipio-vm")
added a vsmmu devicetree node. The presence of this node triggers a
stability issue which results in TUI boot failure and the following
error log.

"Attaching virtual SMMUv2 to VM failed, error -1."

Temporarily remove this node while the issue is being debugged.

Change-Id: I59317135888d362490dd18ad7e1eb4a222548833
This commit is contained in:
Patrick Daly
2021-06-25 11:38:11 -07:00
parent 7f860875e0
commit 723d9d87ea

View File

@@ -1,21 +1,8 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
/ {
vm-config {
vdevices {
vsmmu@15000000 {
vdevice-type = "vsmmu-v2";
smmu-handle = <0x15000000>;
num-cbs = <0x2>;
num-smrs = <0x3>;
patch = "/soc/apps-smmu@15000000";
};
};
};
};
&soc {
apps_smmu: apps-smmu@15000000 {
status = "disabled";
/*
* reg, #global-interrupts & interrupts properties will
* be added dynamically by bootloader.