Merge "ARM: dts: msm: enable hw-fences in display driver for Sun"

This commit is contained in:
qctecmdr
2024-02-12 11:46:28 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 7 additions and 0 deletions

View File

@@ -103,6 +103,10 @@ Optional properties:
-- qcom,supply-pre-off-sleep: time to sleep (ms) before turning off
-- qcom,supply-post-off-sleep: time to sleep (ms) after turning off
- qcom,sde-hw-version: A u32 value indicates the MDSS hw version
- qcom,hw-fence-sw-version: A u32 value to indicate the hw fencing version. If set to a value
greather than zero, driver will attempt to enable the feature (if
supported by the HW). Otherwise, if this value is not set or set
to zero, feature will remain disabled.
- qcom,sde-sspp-src-size: A u32 value indicates the address range for each sspp.
- qcom,sde-mixer-size: A u32 value indicates the address range for each mixer.
- qcom,sde-ctl-size: A u32 value indicates the address range for each ctl.
@@ -718,6 +722,7 @@ Example:
#power-domain-cells = <0>;
qcom,sde-hw-version = <0x70000000>;
qcom,hw-fence-sw-version = <0x1>;
qcom,sde-emulated-env;
qcom,sde-off = <0x1000>;
qcom,sde-ctl-off = <0x00002000 0x00002200 0x00002400

View File

@@ -219,6 +219,8 @@
clock-rate = <0 0 575000000 575000000 19200000 575000000>;
clock-max-rate = <0 0 575000000 575000000 19200000 575000000>;
qcom,hw-fence-sw-version = <0x1>;
vdd-supply = <&disp_cc_mdss_core_gdsc>;
mmcx-supply = <&VDD_MMCX_LEVEL>;