From 4d89c7cacddfaae5699c7044724c0d40235cf6d4 Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Fri, 14 Feb 2020 11:19:53 -0800 Subject: [PATCH] ARM: dts: qcom: Rename lahaina-svm1 to trustedvm Rename lahaina-svm1 files to trustedvm. Change-Id: I8b95a8f0f4244e773784f1c490e50f17e067e306 --- qcom/Makefile | 2 +- qcom/{lahaina-svm1.dts => trustedvm.dts} | 2 +- qcom/{lahaina-svm1.dtsi => trustedvm.dtsi} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename qcom/{lahaina-svm1.dts => trustedvm.dts} (74%) rename qcom/{lahaina-svm1.dtsi => trustedvm.dtsi} (100%) 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