mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: node indicating single-core latency voting
Node for enabling latency voting for single-core. Change-Id: Ib95d41e34719fc40c2f8b5ea1392b5b64b83ce18
This commit is contained in:
@@ -19,6 +19,8 @@ Optional properties:
|
||||
- qcom,fastrpc-adsp-sensors-pdr : Flag to enable Sensors PDR
|
||||
- qcom,unsigned-support-domains : Flag to enable unsigned support property for
|
||||
subsystems
|
||||
- qcom,single-core-latency-vote : Bool for enabling latency voting only for a single-core
|
||||
in platforms without lowest capacity cores
|
||||
|
||||
Optional subnodes:
|
||||
- qcom,msm_fastrpc_compute_cb : Child nodes representing the compute context banks
|
||||
@@ -41,6 +43,7 @@ Example:
|
||||
qcom,adsp-remoteheap-vmid = <22 37>;
|
||||
qcom,fastrpc-adsp-sensors-pdr;
|
||||
qcom,unsigned-support-domains = <0x09>;
|
||||
qcom,single-core-latency-vote;
|
||||
|
||||
qcom,msm_fastrpc_rpmsg {
|
||||
compatible = "qcom,msm-fastrpc-rpmsg";
|
||||
|
||||
@@ -2201,6 +2201,7 @@
|
||||
qcom,rpc-latency-us = <235>;
|
||||
qcom,fastrpc-gids = <2908>;
|
||||
qcom,qos-cores = <2>; /* its a gold+ cluster */
|
||||
qcom,single-core-latency-vote;
|
||||
|
||||
qcom,msm_fastrpc_compute_cb1 {
|
||||
compatible = "qcom,msm-fastrpc-compute-cb";
|
||||
|
||||
Reference in New Issue
Block a user