From bf73e49e40a49b75eb49d4b5e777c45a3be4de55 Mon Sep 17 00:00:00 2001 From: Patan Saddam Date: Tue, 1 Oct 2024 00:25:12 +0530 Subject: [PATCH 1/3] ARM: dts: msm: Add tuna7 soc id Add tuna7 soc id. Change-Id: I14c8196bde03eaf683d7eb4bae3f1ef15caf76d3 Signed-off-by: Patan Saddam --- tuna/tuna-dsp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuna/tuna-dsp.dts b/tuna/tuna-dsp.dts index 42944b9e..16e2dc3e 100644 --- a/tuna/tuna-dsp.dts +++ b/tuna/tuna-dsp.dts @@ -11,6 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Tuna v1 SoC"; compatible = "qcom,tuna"; - qcom,msm-id = <655 0x10000>; + qcom,msm-id = <655 0x10000>, <681 0x10000>; qcom,board-id = <0 0>; }; From a575778002e6a175c798f7dfc554ae850300ffd9 Mon Sep 17 00:00:00 2001 From: Patan Saddam Date: Mon, 12 Aug 2024 12:35:39 +0530 Subject: [PATCH 2/3] arm64: dts: msm: Enable compilation of dt project for tuna Enable compilation of devicetree files in opensource dsp-devicetree. Change-Id: I03ca15806692389a3e28c4c1c64756fe872f2c79 Signed-off-by: Patan Saddam --- Kbuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kbuild b/Kbuild index 935d4f5b..7e40c673 100755 --- a/Kbuild +++ b/Kbuild @@ -18,6 +18,14 @@ dtbo-y += sun/sun-dsp.dtbo endif endif +ifeq ($(CONFIG_ARCH_TUNA), y) +ifeq ($(CONFIG_ARCH_QTI_VM), y) +dtbo-y += tuna/tuna-dsp-trustedvm.dtbo +else +dtbo-y += tuna/tuna-dsp.dtbo +endif +endif + ifeq ($(CONFIG_ARCH_MONACO), y) dtbo-y += monaco/monaco-dsp.dtbo endif From 2f90bc992d4f162b223d7e2f200e5593532a17a8 Mon Sep 17 00:00:00 2001 From: Patan Saddam Date: Tue, 15 Oct 2024 13:23:55 +0530 Subject: [PATCH 3/3] ARM: dts: msm: Add kera APQ SKU soc id Add kera APQ SKU soc id. Change-Id: I513d88531287e93a4e1c66fa6415275b8001a974 Signed-off-by: Patan Saddam --- kera/kera-dsp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kera/kera-dsp.dts b/kera/kera-dsp.dts index 7bbabb5a..c5985ddc 100644 --- a/kera/kera-dsp.dts +++ b/kera/kera-dsp.dts @@ -11,6 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Kera v1 SoC"; compatible = "qcom,kera"; - qcom,msm-id = <659 0x10000>; + qcom,msm-id = <659 0x10000>, <686 0x10000>; qcom,board-id = <0 0>; };