ARM: dts: msm: correct tpdm-dpm1/2 type on sun

Correct tpdm-dpm1/2 type from static to standard type.

Change-Id: Ia824cc10bf067c849c6286df6094bde6962ac30b
Signed-off-by: Yuanfang Zhang <quic_yuanfang@quicinc.com>
This commit is contained in:
Yuanfang Zhang
2023-12-25 14:24:41 +08:00
parent 9217c2fa76
commit ceda8efbe8

View File

@@ -583,10 +583,16 @@
}; };
tpdm_dpm1: tpdm@10983000 { tpdm_dpm1: tpdm@10983000 {
compatible = "qcom,coresight-static-tpdm"; compatible = "arm,primecell";
arm,primecell-periphid = <0x000bb968>;
reg = <0x10983000 0x1000>;
reg-names = "tpdm-base";
coresight-name = "coresight-tpdm-dpm1"; coresight-name = "coresight-tpdm-dpm1";
clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
out-ports { out-ports {
port { port {
tpdm_dpm1_out_tpda_turing: endpoint { tpdm_dpm1_out_tpda_turing: endpoint {
@@ -598,10 +604,16 @@
}; };
tpdm_dmp2: tpdm@10984000 { tpdm_dmp2: tpdm@10984000 {
compatible = "qcom,coresight-static-tpdm"; compatible = "arm,primecell";
arm,primecell-periphid = <0x000bb968>;
reg = <0x10984000 0x1000>;
reg-names = "tpdm-base";
coresight-name = "coresight-tpdm-dpm2"; coresight-name = "coresight-tpdm-dpm2";
clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
out-ports { out-ports {
port { port {
tpdm_dmp2_out_tpda_turing: endpoint { tpdm_dmp2_out_tpda_turing: endpoint {