1 Qualcomm adreno/snapdragon hdmi output
4 - compatible: one of the following
11 - reg: Physical base address and length of the controller's registers
12 - reg-names: "core_physical"
13 - interrupts: The interrupt signal from the hdmi block.
14 - power-domains: Should be <&mmcc MDSS_GDSC>.
15 - clocks: device clocks
16 See ../clocks/clock-bindings.txt for details.
17 - qcom,hdmi-tx-ddc-clk-gpio: ddc clk pin
18 - qcom,hdmi-tx-ddc-data-gpio: ddc data pin
19 - qcom,hdmi-tx-hpd-gpio: hpd pin
20 - core-vdda-supply: phandle to supply regulator
21 - hdmi-mux-supply: phandle to mux regulator
22 - phys: the phandle for the HDMI PHY device
23 - phy-names: the name of the corresponding PHY device
26 - qcom,hdmi-tx-mux-en-gpio: hdmi mux enable pin
27 - qcom,hdmi-tx-mux-sel-gpio: hdmi mux select pin
28 - power-domains: reference to the power domain(s), if available.
29 - pinctrl-names: the pin control state names; should contain "default"
30 - pinctrl-0: the default pinctrl state (active)
31 - pinctrl-1: the "sleep" pinctrl state
35 - compatible: Could be the following
36 * "qcom,hdmi-phy-8660"
37 * "qcom,hdmi-phy-8960"
38 * "qcom,hdmi-phy-8974"
39 * "qcom,hdmi-phy-8084"
40 * "qcom,hdmi-phy-8996"
41 - #phy-cells: Number of cells in a PHY specifier; Should be 0.
42 - reg: Physical base address and length of the registers of the PHY sub blocks.
43 - reg-names: The names of register regions. The following regions are required:
46 For HDMI PHY on msm8996, these additional register regions are required:
51 - power-domains: Should be <&mmcc MDSS_GDSC>.
52 - clocks: device clocks
53 See Documentation/devicetree/bindings/clocks/clock-bindings.txt for details.
54 - core-vdda-supply: phandle to vdda regulator device node
62 compatible = "qcom,hdmi-tx-8960";
63 reg-names = "core_physical";
64 reg = <0x04a00000 0x2f0>;
65 interrupts = <GIC_SPI 79 0>;
66 power-domains = <&mmcc MDSS_GDSC>;
73 <&mmcc HDMI_M_AHB_CLK>,
74 <&mmcc HDMI_S_AHB_CLK>;
75 qcom,hdmi-tx-ddc-clk = <&msmgpio 70 GPIO_ACTIVE_HIGH>;
76 qcom,hdmi-tx-ddc-data = <&msmgpio 71 GPIO_ACTIVE_HIGH>;
77 qcom,hdmi-tx-hpd = <&msmgpio 72 GPIO_ACTIVE_HIGH>;
78 core-vdda-supply = <&pm8921_hdmi_mvs>;
79 hdmi-mux-supply = <&ext_3p3v>;
80 pinctrl-names = "default", "sleep";
81 pinctrl-0 = <&hpd_active &ddc_active &cec_active>;
82 pinctrl-1 = <&hpd_suspend &ddc_suspend &cec_suspend>;
85 phy-names = "hdmi_phy";
88 hdmi_phy: phy@4a00400 {
89 compatible = "qcom,hdmi-phy-8960";
90 reg-names = "hdmi_phy",
92 reg = <0x4a00400 0x60>,
95 power-domains = <&mmcc MDSS_GDSC>;
96 clock-names = "slave_iface_clk";
97 clocks = <&mmcc HDMI_S_AHB_CLK>;
98 core-vdda-supply = <&pm8921_hdmi_mvs>;