Merge "ARM: dts: msm: Add dl_south for sm8150" into msm-4.14

This commit is contained in:
Linux Build Service Account 2018-04-13 11:31:43 -07:00 committed by Gerrit - the friendly Code Review server
commit dd7fd78922

View File

@ -581,6 +581,14 @@
};
};
port@1 {
reg = <2>;
funnel_in1_in_funnel_dl_south: endpoint {
slave-mode;
remote-endpoint =
<&funnel_dl_south_out_funnel_in1>;
};
};
port@2 {
reg = <3>;
funnel_in1_in_modem_etm0: endpoint {
slave-mode;
@ -588,7 +596,7 @@
<&modem_etm0_out_funnel_in1>;
};
};
port@2 {
port@3 {
reg = <4>;
funnel_in1_in_replicator_swao: endpoint {
slave-mode;
@ -596,7 +604,7 @@
<&replicator_swao_out_funnel_in1>;
};
};
port@3 {
port@4 {
reg = <6>;
funnel_in1_in_funnel_dl_north: endpoint {
slave-mode;
@ -997,6 +1005,58 @@
};
};
funnel_dl_south: funnel@69c2000 {
compatible = "arm,primecell";
arm,primecell-periphid = <0x0003b908>;
reg = <0x69c2000 0x1000>;
reg-names = "funnel-base";
coresight-name = "coresight-funnel-dl-south";
clocks = <&clock_aop QDSS_CLK>;
clock-names = "apb_pclk";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
funnel_dl_south_out_funnel_in1: endpoint {
remote-endpoint =
<&funnel_in1_in_funnel_dl_south>;
};
};
port@1 {
reg = <0>;
funnel_dl_south_in_tpdm_dl_south: endpoint {
slave-mode;
remote-endpoint =
<&tpdm_dl_south_out_funnel_dl_south>;
};
};
};
};
tpdm_dl_south: tpdm@69c0000 {
compatible = "arm,primecell";
arm,primecell-periphid = <0x0003b968>;
reg = <0x69c0000 0x1000>;
reg-names = "tpdm-base";
coresight-name = "coresight-tpdm-dl-south";
clocks = <&clock_aop QDSS_CLK>;
clock-names = "apb_pclk";
port {
tpdm_dl_south_out_funnel_dl_south: endpoint {
remote-endpoint =
<&funnel_dl_south_in_tpdm_dl_south>;
};
};
};
funnel_dl_north: funnel@6ac2000 {
compatible = "arm,primecell";
arm,primecell-periphid = <0x0003b908>;