From 1c62c7510af0e5efe34d4492b38126998e95f165 Mon Sep 17 00:00:00 2001 From: songchai Date: Wed, 23 Oct 2024 03:27:36 -0700 Subject: [PATCH] ARM: dts: msm: enable coresight and memory dump for tuna Enable coresight and memory dump for tuna. Change-Id: I6eeb25a2b24e8dfcc592113b177b53afc11754fd Signed-off-by: songchai --- qcom/tuna.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 2fef1f7a..5bad991e 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -3254,6 +3254,8 @@ }; }; +#include "tuna-coresight.dtsi" +#include "tuna-debug.dtsi" #include "tuna-pinctrl.dtsi" #include "tuna-regulators.dtsi" #include "tuna-usb.dtsi"