Merge "ARM: dts: msm: add dynamic ATID support for diag/stm on sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
3d93ffa2fc
@@ -1023,15 +1023,24 @@
|
|||||||
compatible = "arm,coresight-dummy-source";
|
compatible = "arm,coresight-dummy-source";
|
||||||
|
|
||||||
coresight-name = "coresight-modem-diag";
|
coresight-name = "coresight-modem-diag";
|
||||||
atid = <50>;
|
qcom,atid-num = <1>;
|
||||||
|
trace-name = "modem-diag";
|
||||||
out-ports {
|
out-ports {
|
||||||
port {
|
port@0 {
|
||||||
|
reg = <0>;
|
||||||
modem_diag_out_funnel_modem_q6: endpoint {
|
modem_diag_out_funnel_modem_q6: endpoint {
|
||||||
remote-endpoint =
|
remote-endpoint =
|
||||||
<&funnel_modem_q6_in_modem_diag>;
|
<&funnel_modem_q6_in_modem_diag>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@1 {
|
||||||
|
reg = <1>;
|
||||||
|
modem_diag_out_qmi: endpoint {
|
||||||
|
remote-endpoint =
|
||||||
|
<&qmi_in_modem_diag>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1628,7 +1637,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
tpdm_mm_bcv: tpdm@0x1084e000 {
|
tpdm_mm_bcv: tpdm@1084e000 {
|
||||||
compatible = "arm,primecell";
|
compatible = "arm,primecell";
|
||||||
arm,primecell-periphid = <0x000bb968>;
|
arm,primecell-periphid = <0x000bb968>;
|
||||||
reg = <0x1084e000 0x1000>;
|
reg = <0x1084e000 0x1000>;
|
||||||
@@ -3399,7 +3408,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
tmc@1b109000 {
|
tmc@13d09000 {
|
||||||
compatible = "arm,primecell";
|
compatible = "arm,primecell";
|
||||||
arm,primecell-periphid = <0x000bb961>;
|
arm,primecell-periphid = <0x000bb961>;
|
||||||
reg = <0x13d09000 0x1000>;
|
reg = <0x13d09000 0x1000>;
|
||||||
@@ -4096,7 +4105,6 @@
|
|||||||
reg-names = "stm-base", "stm-stimulus-base";
|
reg-names = "stm-base", "stm-stimulus-base";
|
||||||
|
|
||||||
coresight-name = "coresight-stm";
|
coresight-name = "coresight-stm";
|
||||||
atid = <16>;
|
|
||||||
|
|
||||||
clocks = <&aoss_qmp>;
|
clocks = <&aoss_qmp>;
|
||||||
clock-names = "apb_pclk";
|
clock-names = "apb_pclk";
|
||||||
@@ -5485,6 +5493,14 @@
|
|||||||
<&tmc_modem_out_qmi>;
|
<&tmc_modem_out_qmi>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port@3 {
|
||||||
|
reg = <3>;
|
||||||
|
qmi_in_modem_diag: endpoint {
|
||||||
|
remote-endpoint =
|
||||||
|
<&modem_diag_out_qmi>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user