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

Commit 3d964593 authored by Satya Rama Aditya Pinapala's avatar Satya Rama Aditya Pinapala
Browse files

dt-bindings: update dma scheduling bindings for DSI panels

Change updates qcom,mdss-dsi-dma-schedule-line and
qcom,mdss-dsi-dma-schedule-window bindings which are used to specify
parameters for scheduling DSI commands.

Change-Id: Ic0c567475639e5db96fc314e9a717666a2b44b56
parent edf72331
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -576,7 +576,10 @@ Optional properties:
					value 0.
					value 0.
- qcom,mdss-dsi-ext-bridge-mode:	External bridge chip is connected instead of panel.
- qcom,mdss-dsi-ext-bridge-mode:	External bridge chip is connected instead of panel.
- qcom,mdss-dsi-dma-schedule-line:	An integer value indicates the line number after vertical active
- qcom,mdss-dsi-dma-schedule-line:	An integer value indicates the line number after vertical active
					region, at which command DMA needs to be triggered.
					region for video mode panels and line number after TE for command mode
					panels, at which command DMA needs to be triggered.
- qcom,mdss-dsi-dma-schedule-window:	An integer value indicates the width of the DMA window during which a
					DCS command will be triggered for command mode panels


Required properties for sub-nodes:	None
Required properties for sub-nodes:	None
Optional properties:
Optional properties:
@@ -851,5 +854,6 @@ Example:
		qcom,src-color-space = <0>;
		qcom,src-color-space = <0>;
		qcom,src-chroma-format = <0>;
		qcom,src-chroma-format = <0>;
		qcom,mdss-dsi-dma-schedule-line = <5>;
		qcom,mdss-dsi-dma-schedule-line = <5>;
		qcom,mdss-dsi-dma-schedule-window = <50>;
	};
	};
};
};