mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Enable glink for adspsleepmon"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
01e39df8a0
@@ -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>;
|
||||
};
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user