From 42dfbf50fbb8fcce4469de524ea77849d053b5b1 Mon Sep 17 00:00:00 2001 From: songchai Date: Wed, 18 Dec 2024 23:03:09 -0800 Subject: [PATCH] ARM: dts: msm: correct apss-tpda's element size correct apss-tpda's element size. Change-Id: Ib5e1901ef9c893d3dc042a8153e91e2b64d79ab0 Signed-off-by: songchai --- qcom/tuna-coresight.dtsi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qcom/tuna-coresight.dtsi b/qcom/tuna-coresight.dtsi index a43b3421..77e6f70b 100644 --- a/qcom/tuna-coresight.dtsi +++ b/qcom/tuna-coresight.dtsi @@ -1934,8 +1934,15 @@ coresight-name = "coresight-tpda-apss"; + qcom,dsb-elem-size = <2 32>, + <5 32>, + <8 32>; + qcom,cmb-elem-size = <0 32>, - <1 32>; + <1 32>, + <3 32>, + <6 64>, + <7 64>; clocks = <&aoss_qmp>; clock-names = "apb_pclk";