From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH v3 0/4] drm/msm: HDMI support on IFC6410 Date: Tue, 13 Sep 2016 20:51:33 +0530 Message-ID: <1473780097-11388-1-git-send-email-architt@codeaurora.org> References: <1472737015-29382-1-git-send-email-architt@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:59187 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755003AbcIMPVs (ORCPT ); Tue, 13 Sep 2016 11:21:48 -0400 In-Reply-To: <1472737015-29382-1-git-send-email-architt@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: andy.gross@linaro.org, robdclark@gmail.com Cc: linux-arm-msm@vger.kernel.org, john.stultz@linaro.org, dri-devel@lists.freedesktop.org, Archit Taneja This set adds the display DT parts for the APQ8064 based IFC6410 board. There were a couple of small fixes/cleanups required in the driver to use the correct bindings. Those are a part of this patchset too. Changes in v3: - Removed HDMI DDC clk/data gpios. Changes in v2: - Incorporated comments on HDMI gpio bindings as suggested by Rob H. Archit Taneja (4): drm/msm/mdp4: Fix issue with LCDC/LVDS port parsing drm/msm/hdmi: Clean up HDMI gpio DT bindings arm: dts: qcom: apq8064: Add display DT nodes arm: dts: qcom: apq8064-ifc6410: Add HDMI support .../devicetree/bindings/display/msm/hdmi.txt | 9 +-- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 74 ++++++++++++++++++ arch/arm/boot/dts/qcom-apq8064.dtsi | 91 ++++++++++++++++++++++ drivers/gpu/drm/msm/hdmi/hdmi.c | 21 ++++- drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 23 +++--- 5 files changed, 200 insertions(+), 18 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation