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

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

Merge "dt-bindings: add documentation for msm notifier driver"

parents 76d6c3e8 d72ab353
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. MSM NOTIFIER

Snapdragon Display Engine implements msm notifier to alert
listeners to changes in display mode.

Required properties
- compatible:			"qcom,msm-notifier"
- panel:			list of panels that support multiple refresh
				rate

Example:
	msm_notifier: qcom,msm_notifier@0{
		compatible = "qcom,msm-notifier";
		panel = <&dsi_sw43404_amoled_cmd &dsi_sharp_qsync_wqhd_cmd>;
	};