Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16605c6c authored by Prabhanjan Kandula's avatar Prabhanjan Kandula
Browse files

bindings: Documentation: add documentation for spr pack type

Add documentation for specifying spr pack type of panel and
currently supported pack type strings.

Change-Id: Id069428c81d1720997a14a53a54a6fba20fdc8cf
parent 09d73d2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -410,6 +410,9 @@ Optional properties:
- qcom,mdss-dsi-tx-eot-append:		Boolean used to enable appending end of transmission packets.
- qcom,ulps-enabled:			Boolean to enable support for Ultra Low Power State (ULPS) mode.
- qcom,suspend-ulps-enabled:		Boolean to enable support for ULPS mode for panels during suspend state.
- qcom,spr-pack-type:		    String to specify the SPR pack type of panel pixel layout
					Expected string for the pack types supported by MDSS are,
					"pentile", "rgbw", "yygm", "yygw"
- qcom,panel-roi-alignment:		Specifies the panel ROI alignment restrictions on its
					left, top, width, height alignments and minimum width and
					height values. This property is specified per timing node to support
@@ -652,6 +655,7 @@ Example:
		qcom,mdss-dsi-bl-max-level = < 15>;
		qcom,mdss-brightness-max-level = <255>;
		qcom,bl-update-flag = "delay_until_first_frame";
		qcom,spr-pack-type = "pentile";
		qcom,mdss-dsi-interleave-mode = <0>;
		qcom,mdss-dsi-panel-type = "dsi_video_mode";
		qcom,mdss-dsi-te-check-enable;