]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ENGR00240990 MX6 HDMI dongle:Configure HDMI PHY registers
authorLiu Ying <Ying.liu@freescale.com>
Mon, 21 Jan 2013 07:38:18 +0000 (15:38 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:52 +0000 (08:35 +0200)
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)

arch/arm/mach-mx6/board-mx6q_hdmidongle.c

index 474d8b3c7724012ac8de35db0a203bd384eecde9..1a06774c311be32018d11148da64a43aa4b24604 100644 (file)
@@ -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 = {