From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH 0/4] drm/msm: HDMI support on IFC6410 Date: Fri, 8 Jul 2016 11:25:50 +0530 Message-ID: <1467957354-7620-1-git-send-email-architt@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:52153 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751550AbcGHF4E (ORCPT ); Fri, 8 Jul 2016 01:56:04 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: robdclark@gmail.com, andy.gross@linaro.org Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.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. Archit Taneja (4): drm/msm/mdp4: Fix issue with LCDC/LVDS port parsing drm/msm/hdmi: Use more DT friendly GPIO names arm: dts: qcom: apq8064: Add display DT nodes arm: dts: qcom: apq8064-ifc6410: Add HDMI support .../devicetree/bindings/display/msm/hdmi.txt | 6 +- arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 74 ++++++++++++++++++ arch/arm/boot/dts/qcom-apq8064.dtsi | 91 ++++++++++++++++++++++ drivers/gpu/drm/msm/hdmi/hdmi.c | 16 ++++ drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 23 +++--- 5 files changed, 197 insertions(+), 13 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation