diff --git a/bindings/sde-dp.txt b/bindings/sde-dp.txt index 7c0742e1..6e2e6903 100644 --- a/bindings/sde-dp.txt +++ b/bindings/sde-dp.txt @@ -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>;