From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Kumar Date: Thu, 13 Sep 2012 13:24:34 +0000 Subject: [PATCH] video: exynos_dp: Add device tree support to DP driver Message-Id: <1347561592-29400-1-git-send-email-ajaykumar.rs@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-samsung-soc@vger.kernel.org, linux-fbdev@vger.kernel.org, jg1.han@samsung.com, thomas.ab@samsung.com Cc: FlorianSchandinat@gmx.de This patch enables device tree based discovery support for DP driver. The driver is modified to handle platform data in both the cases: with DT and non-DT. DP-PHY should be regarded as a seperate device node while being passed from device tree list, and device node for DP should contain DP-PHY as child node with property name "dp-phy" associated with it. Signed-off-by: Ajay Kumar --- drivers/video/exynos/exynos_dp_core.c | 156 +++++++++++++++++++++++++++++++-- drivers/video/exynos/exynos_dp_core.h | 2 + 2 files changed, 151 insertions(+), 7 deletions(-) diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c index f57c915..15887bd 100644 --- a/drivers/video/exynos/exynos_dp_core.c +++ b/drivers/video/exynos/exynos_dp_core.c @@ -18,6 +18,7 @@ #include #include #include +#include #include