1 Qualcomm Technologies Inc. adreno/snapdragon eDP output
6 - reg: Physical base address and length of the registers of controller and PLL
7 - reg-names: The names of register regions. The following regions are required:
10 - interrupts: The interrupt signal from the eDP block.
11 - power-domains: Should be <&mmcc MDSS_GDSC>.
12 - clocks: device clocks
13 See Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
14 - clock-names: the following clocks are required:
20 - #clock-cells: The value should be 1.
21 - vdda-supply: phandle to vdda regulator device node
22 - lvl-vdd-supply: phandle to regulator device node which is used to supply power
24 - panel-en-gpios: GPIO pin to supply power to panel.
25 - panel-hpd-gpios: GPIO pin used for eDP hpd.
29 mdss_edp: qcom,mdss_edp@fd923400 {
30 compatible = "qcom,mdss-edp";
34 reg = <0xfd923400 0x700>,
36 interrupt-parent = <&mdss_mdp>;
38 power-domains = <&mmcc MDSS_GDSC>;
46 <&mmcc MDSS_EDPAUX_CLK>,
47 <&mmcc MDSS_EDPPIXEL_CLK>,
49 <&mmcc MDSS_EDPLINK_CLK>,
52 vdda-supply = <&pma8084_l12>;
53 lvl-vdd-supply = <&lvl_vreg>;
54 panel-en-gpios = <&tlmm 137 0>;
55 panel-hpd-gpios = <&tlmm 103 0>;