Merge "ARM: dts: msm: Enable glink for adspsleepmon"

This commit is contained in:
qctecmdr
2022-03-08 23:02:35 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 18 additions and 0 deletions

View File

@@ -57,4 +57,16 @@ adsp_sleepmon: adsp-sleepmon {
qcom,wait_time_lpi = <15>;
qcom,enable_panic_lpm;
qcom,enable_panic_lpi;
};
Required properties:
- compatible: Must be "qcom,msm-adspsleepmon-rpmsg"
- qcom,glink-channels: Glink channel for communication with ADSP
- qcom,intents: A list of <size of each intent, number of intents>
Example:
qcom,msm_adspsleepmon_rpmsg {
compatible = "qcom,msm-adspsleepmon-rpmsg";
qcom,glink-channels = "sleepmonglink-apps-adsp";
qcom,intents = <0x1000 8>;
};

View File

@@ -2790,6 +2790,12 @@
qcom,intents = <0x64 64>;
};
qcom,msm_adspsleepmon_rpmsg {
compatible = "qcom,msm-adspsleepmon-rpmsg";
qcom,glink-channels = "sleepmonglink-apps-adsp";
qcom,intents = <0x1000 8>;
};
qcom,pmic_glink_rpmsg {
qcom,glink-channels = "PMIC_RTR_ADSP_APPS";
};