diff --git a/drivers/virt/gunyah/gh_rm_core.c b/drivers/virt/gunyah/gh_rm_core.c index ed5f2e79a601..0f768219a02d 100644 --- a/drivers/virt/gunyah/gh_rm_core.c +++ b/drivers/virt/gunyah/gh_rm_core.c @@ -77,6 +77,7 @@ const static struct { {GH_CPUSYS_VM, "cpusys_vm", "qcom,cpusysvm"}, {GH_OEM_VM, "oem_vm", "qcom,oemvm"}, {GH_AUTO_VM, "autoghgvm", "qcom,autoghgvm"}, + {GH_AUTO_VM_LV, "autoghgvmlv", "qcom,autoghgvmlv"}, }; static gh_virtio_mmio_cb_t gh_virtio_mmio_fn; diff --git a/include/linux/gunyah/gh_common.h b/include/linux/gunyah/gh_common.h index 1f3c52ed7e27..52f3d4cb82b2 100644 --- a/include/linux/gunyah/gh_common.h +++ b/include/linux/gunyah/gh_common.h @@ -41,6 +41,7 @@ enum gh_vm_names { GH_CPUSYS_VM, GH_OEM_VM, GH_AUTO_VM, + GH_AUTO_VM_LV, GH_VM_MAX };