mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
bindings: Documentation: add properties for qos settings
This change adds the API for QOS mask and latency settings that can be used by DP driver to exclusively vote when necessary. Change-Id: I7fbd1704a89640b1b13a9d984928433fda57d2b7
This commit is contained in:
@@ -72,6 +72,8 @@ DP Controller: Required properties:
|
||||
- qcom,mst-enable: MST feature enable control node.
|
||||
- qcom,dsc-feature-enable: DSC feature enable control node.
|
||||
- qcom,fec-feature-enable: FEC feature enable control node.
|
||||
- qcom,qos-cpu-mask: A u32 value indicating desired PM QoS CPU affine mask
|
||||
- qcom,qos-cpu-latency-us: A u32 value indicating desired PM QoS CPU latency in usec
|
||||
- qcom,altmode-dev: Phandle for the AltMode GLink driver.
|
||||
- usb-controller: Phandle for the USB controller.
|
||||
- qcom,pll-revision: PLL hardware revision.
|
||||
@@ -207,6 +209,8 @@ sde_dp: qcom,dp_display@0 {
|
||||
qcom,dsc-feature-enable;
|
||||
qcom,fec-feature-enable;
|
||||
qcom,dsc-continuous-pps;
|
||||
qcom,qos-cpu-mask = <0xf>;
|
||||
qcom,qos-cpu-latency-us = <300>;
|
||||
vdda-1p2-supply = <&L6B>;
|
||||
vdda-0p9-supply = <&L1B>;
|
||||
vdd_mx-supply = <&VDD_MXA_LEVEL>;
|
||||
|
||||
Reference in New Issue
Block a user