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

Commit d72ab353 authored by Samantha Tran's avatar Samantha Tran
Browse files

dt-bindings: add documentation for msm notifier driver

This change adds documentation for msm notifier driver
with example and usage.

Change-Id: Ibefd97e1007b0b1fa45396a903a6f99d7c94f3f7
parent d61b815b
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>;
	};