mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 20:28:49 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user