On Tue, Sep 13, 2016 at 10:21 AM, Archit Taneja <architt at codeaurora.org> wrote: > 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 at kernel.org> > Cc: devicetree at vger.kernel.org > Signed-off-by: Archit Taneja <architt at codeaurora.org> > --- > v3: > - Removed HDMI DDC clk/data gpios. > > .../devicetree/bindings/display/msm/hdmi.txt | 9 ++++----- > drivers/gpu/drm/msm/hdmi/hdmi.c | 21 > +++++++++++++++++++-- > 2 files changed, 23 insertions(+), 7 deletions(-)
Acked-by: Rob Herring <robh at kernel.org>