diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 56692c6b..22996339 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -2187,6 +2187,7 @@ qcom,adsp_qrtr { qcom,glink-channels = "IPCRTR"; + qcom,net-id = <2>; qcom,intents = <0x800 5 0x2000 3 0x4400 2>; @@ -2194,10 +2195,15 @@ qcom,no-wake-svc = <0x190>; }; - qcom,msm_fastrpc_rpmsg { - compatible = "qcom,msm-fastrpc-rpmsg"; - qcom,glink-channels = "fastrpcglink-apps-dsp"; - qcom,intents = <0x64 64>; + qcom,pmic_glink_rpmsg { + qcom,glink-channels = "PMIC_RTR_ADSP_APPS"; + }; + + qcom,pmic_glink_log_rpmsg { + qcom,glink-channels = "PMIC_LOGS_ADSP_APPS"; + qcom,intents = <0x800 5 + 0xc00 3 + 0x2000 1>; }; };