drm/msm/hdmi: Clean up HDMI gpio DT bindings
authorArchit Taneja <architt@codeaurora.org>
Tue, 13 Sep 2016 15:21:35 +0000 (20:51 +0530)
committerRob Clark <robdclark@gmail.com>
Thu, 15 Sep 2016 17:02:02 +0000 (13:02 -0400)
commit5f6f5e08b1fba96fab0f7fa14025f956d25067ff
tree30291ed3a5245e78bd2368a57aa0b0544dbf2309
parent13ce5b6e38b7e487d3b900520f8d608122730095
drm/msm/hdmi: Clean up HDMI gpio DT bindings

Make the following changes in the HDMI gpio bindings:

- Use "-gpios" as the suffix for all the gpio names
- Move all the gpios to optional, since there are platforms that use none
  of them.
- The HPD gpio is a standard one, remove the "qcom,hdmi-tx-" prefix from
  it.
- Remove the HDMI DDC clk/data gpios. They are just leftovers of an old
  way to configure pinctrl properties.
- Add a missing lpm gpio used on some platforms.

Make the necessary changes in the driver to incorporate these changes.

There hasn't been any upstream DT that uses the HDMI bindings, so it's
okay to change and move around these properties.

Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Documentation/devicetree/bindings/display/msm/hdmi.txt
drivers/gpu/drm/msm/hdmi/hdmi.c