summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLiu Ying <Ying.liu@freescale.com>2013-01-21 15:38:18 +0800
committerLiu Ying <Ying.liu@freescale.com>2013-01-21 16:37:00 +0800
commit3f50062374f2300bd7f6568c50936a9f5a115f84 (patch)
tree9999158bf8bd7148ba8102c06d8f077c4b941a1d /arch
parent41067adb064087cb7edf0a1a156da4fb06b28d01 (diff)
downloadlinux-3f50062374f2300bd7f6568c50936a9f5a115f84.tar.gz
ENGR00240990 MX6 HDMI dongle:Configure HDMI PHY registers
This patch sets HDMI PHY register values in MXC HDMI driver platform data so that MXC HDMI driver can configure the 0x09 CKSYMTXCTRL register(Clock Symbol and Transmitter Control Register) and 0x0E VLEVCTRL register(Voltage Level Control Register), then we may pass HDMI compliance test for MX6 HDMI dongle board. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit 788bcf52a2e4c37dc42e9605d31995f8dd80d674)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_hdmidongle.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_hdmidongle.c b/arch/arm/mach-mx6/board-mx6q_hdmidongle.c
index 474d8b3c7724..1a06774c311b 100644
--- a/arch/arm/mach-mx6/board-mx6q_hdmidongle.c
+++ b/arch/arm/mach-mx6/board-mx6q_hdmidongle.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -417,6 +417,8 @@ static struct fsl_mxc_hdmi_platform_data hdmi_data = {
.init = hdmi_init,
.enable_pins = hdmi_enable_ddc_pin,
.disable_pins = hdmi_disable_ddc_pin,
+ .phy_reg_vlev = 0x0294,
+ .phy_reg_cksymtx = 0x800d,
};
static struct fsl_mxc_hdmi_core_platform_data hdmi_core_data = {