ARM: dts: msm: add property to identify DSB TPDM for msm8998
Add device-tree property to identify for all TPDM's with DSB dataset. The property will be used to apply MSR config to DSB after setting the enable bit. Change-Id: I0451b29080ab8f671cacd63d630dd31a6cb2bbb2 Signed-off-by: Satyajit Desai <sadesai@codeaurora.org>
This commit is contained in:
parent
a27b2f1789
commit
d4d7ae77b8
1 changed files with 10 additions and 0 deletions
|
@ -1124,6 +1124,8 @@
|
|||
<&clock_gcc clk_qdss_a_clk>;
|
||||
clock-names = "core_clk", "core_a_clk";
|
||||
|
||||
qcom,msr-fix-req;
|
||||
|
||||
port{
|
||||
tpdm_qm_out_tpda: endpoint {
|
||||
remote-endpoint = <&tpda_in_tpdm_qm>;
|
||||
|
@ -1143,6 +1145,8 @@
|
|||
<&clock_gcc clk_qdss_a_clk>;
|
||||
clock-names = "core_clk", "core_a_clk";
|
||||
|
||||
qcom,msr-fix-req;
|
||||
|
||||
port{
|
||||
tpdm_pimem_out_tpda: endpoint {
|
||||
remote-endpoint = <&tpda_in_tpdm_pimem>;
|
||||
|
@ -1197,6 +1201,8 @@
|
|||
<&clock_gcc clk_qdss_a_clk>;
|
||||
clock-names = "core_clk", "core_a_clk";
|
||||
|
||||
qcom,msr-fix-req;
|
||||
|
||||
port{
|
||||
tpdm_apss_out_tpda_apss: endpoint {
|
||||
remote-endpoint = <&tpda_apss_in_tpdm_apss>;
|
||||
|
@ -1251,6 +1257,8 @@
|
|||
<&clock_gcc clk_qdss_a_clk>;
|
||||
clock-names = "core_clk", "core_a_clk";
|
||||
|
||||
qcom,msr-fix-req;
|
||||
|
||||
port{
|
||||
tpdm_mss_out_tpda_mss: endpoint {
|
||||
remote-endpoint = <&tpda_mss_in_tpdm_mss>;
|
||||
|
@ -1445,6 +1453,8 @@
|
|||
<&clock_gcc clk_qdss_a_clk>;
|
||||
clock-names = "core_clk", "core_a_clk";
|
||||
|
||||
qcom,msr-fix-req;
|
||||
|
||||
port{
|
||||
tpdm_spss_out_tpda_spss: endpoint {
|
||||
remote-endpoint = <&tpda_spss_in_tpdm_spss>;
|
||||
|
|
Loading…
Add table
Reference in a new issue