mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "ARM: dts: msm: Add dl_south for sm8150" into msm-4.14
This commit is contained in:
commit
dd7fd78922
@ -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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user