diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-10-09 02:53:35 -0400 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-12-11 07:58:12 -0500 |
commit | 765692078f08d0229e545d3c1a50bddbc16c800c (patch) | |
tree | 1950e70afe72f8fa624778c0d8c746426f126c05 /Documentation | |
parent | 41a14623bd7345017b62f167110cf95808a4891a (diff) |
drm: sti: remove gpio for HDMI hot plug detection
gpio used for HDMI hot plug detection is useless,
HDMI_STI register contains an hot plug detection status bit.
Fix binding documentation.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpu/st,stih4xx.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/gpu/st,stih4xx.txt b/Documentation/devicetree/bindings/gpu/st,stih4xx.txt index 8885d9e203fc..32cfc7b7631b 100644 --- a/Documentation/devicetree/bindings/gpu/st,stih4xx.txt +++ b/Documentation/devicetree/bindings/gpu/st,stih4xx.txt | |||
@@ -68,7 +68,6 @@ STMicroelectronics stih4xx platforms | |||
68 | number of clocks may depend of the SoC type. | 68 | number of clocks may depend of the SoC type. |
69 | - clock-names: names of the clocks listed in clocks property in the same | 69 | - clock-names: names of the clocks listed in clocks property in the same |
70 | order. | 70 | order. |
71 | - hdmi,hpd-gpio: gpio id to detect if an hdmi cable is plugged or not. | ||
72 | - ddc: phandle of an I2C controller used for DDC EDID probing | 71 | - ddc: phandle of an I2C controller used for DDC EDID probing |
73 | 72 | ||
74 | sti-hda: | 73 | sti-hda: |
@@ -174,7 +173,6 @@ Example: | |||
174 | interrupt-names = "irq"; | 173 | interrupt-names = "irq"; |
175 | clock-names = "pix", "tmds", "phy", "audio"; | 174 | clock-names = "pix", "tmds", "phy", "audio"; |
176 | clocks = <&clockgen_c_vcc CLK_S_PIX_HDMI>, <&clockgen_c_vcc CLK_S_TMDS_HDMI>, <&clockgen_c_vcc CLK_S_HDMI_REJECT_PLL>, <&clockgen_b1 CLK_S_PCM_0>; | 175 | clocks = <&clockgen_c_vcc CLK_S_PIX_HDMI>, <&clockgen_c_vcc CLK_S_TMDS_HDMI>, <&clockgen_c_vcc CLK_S_HDMI_REJECT_PLL>, <&clockgen_b1 CLK_S_PCM_0>; |
177 | hdmi,hpd-gpio = <&PIO2 5>; | ||
178 | }; | 176 | }; |
179 | 177 | ||
180 | sti-hda@fe85a000 { | 178 | sti-hda@fe85a000 { |