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

Commit ec61fc62 authored by Casey Piper's avatar Casey Piper
Browse files

Documentation: dt: fb: list mdss pll driver compatible strings



MDSS PLL driver can be used by several different interfaces,
determined by the compatible string. List all supported
interfaces for this driver in the documentation for
devicetree bindings.

Change-Id: Ia079eceefe57a1498d6a6fed0088f84a87b8ed6e
Signed-off-by: default avatarCasey Piper <cpiper@codeaurora.org>
parent 654c97a0
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5,7 +5,10 @@ are compatable with MIPI display serial interface specification,
HDMI and edp.

Required properties:
- compatible:		Compatible name used in the driver
- compatible:		Compatible name used in the driver. Should be one of:
			"qcom,mdss_dsi_pll_8916", "qcom,mdss_dsi_pll_8939",
			"qcom,mdss_dsi_pll_8974", "qcom,mdss_dsi_pll_8994",
			"qcom,mdss_dsi_pll_8994", "qcom,mdss_hdmi_pll"
- cell-index:		Specifies the controller used
- reg:			offset and length of the register set for the device.
- reg-names :		names to refer to register sets related to this device
@@ -38,7 +41,7 @@ Optional properties:

Example:
	mdss_dsi0_pll: qcom,mdss_dsi_pll@fd922A00 {
		compatible = "qcom,mdss_dsi_pll";
		compatible = "qcom,mdss_dsi_pll_8974";
		label = "MDSS DSI 0 PLL";
		cell-index = <0>;