diff --git a/qcom/Makefile b/qcom/Makefile index f3db5ba1..1cd3ed69 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -18,7 +18,7 @@ dtb-$(CONFIG_ARCH_LAHAINA) += lahaina-rumi.dtb \ lahaina-qrd-module.dtb endif -dtb-$(CONFIG_ARCH_QTI_VM) += lahaina-svm1.dtb +dtb-$(CONFIG_ARCH_QTI_VM) += trustedvm.dtb always := $(dtb-y) subdir-y := $(dts-dirs) diff --git a/qcom/lahaina-svm1.dts b/qcom/trustedvm.dts similarity index 74% rename from qcom/lahaina-svm1.dts rename to qcom/trustedvm.dts index fc61774c..e8db5262 100644 --- a/qcom/lahaina-svm1.dts +++ b/qcom/trustedvm.dts @@ -1,6 +1,6 @@ /dts-v1/; -#include "lahaina-svm1.dtsi" +#include "trustedvm.dtsi" / { model = "Qualcomm Technologies, Inc. Secondary Virtual Machine"; diff --git a/qcom/lahaina-svm1.dtsi b/qcom/trustedvm.dtsi similarity index 100% rename from qcom/lahaina-svm1.dtsi rename to qcom/trustedvm.dtsi