ARM: dts: msm: Update ravelin glink node
Fix for pmic glink node for ravelin without this change glink channel registration fails for the ADSP communication. Change-Id: I02d1ea7b11db6e5e5dfd0f85e384797b1b6b96b9 Signed-off-by: Akhil Manikoth Kallankandy <quic_c_akhika@quicinc.com>
This commit is contained in:
committed by
Akhil Kallankandy
parent
169dcdc551
commit
aef94e1a18
@@ -2187,6 +2187,7 @@
|
|||||||
|
|
||||||
qcom,adsp_qrtr {
|
qcom,adsp_qrtr {
|
||||||
qcom,glink-channels = "IPCRTR";
|
qcom,glink-channels = "IPCRTR";
|
||||||
|
qcom,net-id = <2>;
|
||||||
qcom,intents = <0x800 5
|
qcom,intents = <0x800 5
|
||||||
0x2000 3
|
0x2000 3
|
||||||
0x4400 2>;
|
0x4400 2>;
|
||||||
@@ -2194,10 +2195,15 @@
|
|||||||
qcom,no-wake-svc = <0x190>;
|
qcom,no-wake-svc = <0x190>;
|
||||||
};
|
};
|
||||||
|
|
||||||
qcom,msm_fastrpc_rpmsg {
|
qcom,pmic_glink_rpmsg {
|
||||||
compatible = "qcom,msm-fastrpc-rpmsg";
|
qcom,glink-channels = "PMIC_RTR_ADSP_APPS";
|
||||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
};
|
||||||
qcom,intents = <0x64 64>;
|
|
||||||
|
qcom,pmic_glink_log_rpmsg {
|
||||||
|
qcom,glink-channels = "PMIC_LOGS_ADSP_APPS";
|
||||||
|
qcom,intents = <0x800 5
|
||||||
|
0xc00 3
|
||||||
|
0x2000 1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user