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

Commit 3c4a9c22 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update frame threshold time for kona"

parents 5d5cd84e a9a97b51
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -134,6 +134,14 @@ Optional properties:
					than two times the dsi link rate time.
					If the property is not specified, then the default value is 14000 us.

- frame-threshold-time-us:		For command mode panels, this specifies the idle
					time for dsi controller where no active data is
					send to the panel, as controller is done sending
					active pixels. If there is no desired DSI clocks
				        specified, then clocks will be derived from this
					threshold time, which has a default value in chipset
					based on the CPU processing power.

[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] Documentation/devicetree/bindings/graph.txt
[3] Documentation/devicetree/bindings/media/video-interfaces.txt
@@ -184,6 +192,7 @@ Example:
		qcom,sync-dual-dsi;

		qcom,mdss-mdp-transfer-time-us = <12000>;
		frame-threshold-time-us = <800>;

		pinctrl-names = "default", "sleep";
		pinctrl-0 = <&dsi_active>;
+2 −0
Original line number Diff line number Diff line
@@ -526,6 +526,7 @@
		compatible = "qcom,dsi-ctrl-hw-v2.4";
		label = "dsi-ctrl-0";
		cell-index = <0>;
		frame-threshold-time-us = <800>;
		reg = <0xae94000 0x400>,
			<0xaf08000 0x4>;
		reg-names = "dsi_ctrl", "disp_cc_base";
@@ -575,6 +576,7 @@
		compatible = "qcom,dsi-ctrl-hw-v2.4";
		label = "dsi-ctrl-1";
		cell-index = <1>;
		frame-threshold-time-us = <800>;
		reg = <0xae96000 0x400>,
			<0xaf08000 0x4>;
		reg-names = "dsi_ctrl", "disp_cc_base";