]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00219837-3 HDMI SabreSD: Add HDMI_SDMA support for RIGEL TO1.1
authorChen Liangjun <b36089@freescale.com>
Wed, 8 Aug 2012 13:03:17 +0000 (21:03 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:10 +0000 (08:35 +0200)
Replace mx6q_version() check with hdmi_SDMA_check() to add support
for HDMI_SDMA in RIGEL TO1.1.

Signed-off-by: Chen Liangjun <b36089@freescale.com>
arch/arm/mach-mx6/board-mx6q_sabresd.c

index 6116d5bc340212990e5bc590b489bddc4694e213..47d0eecd58a792b8344ebf68f8ecfadd82599aff 100644 (file)
@@ -55,6 +55,7 @@
 #include <linux/mfd/wm8994/pdata.h>
 #include <linux/mfd/wm8994/gpio.h>
 #include <sound/wm8962.h>
+#include <linux/mfd/mxc-hdmi-core.h>
 
 #include <mach/common.h>
 #include <mach/hardware.h>
@@ -1279,7 +1280,7 @@ static void hdmi_init(int ipu_id, int disp_id)
        mxc_iomux_set_gpr_register(3, 2, 2, hdmi_mux_setting);
 
        /* Set HDMI event as SDMA event2 while Chip version later than TO1.2 */
-       if ((mx6q_revision() > IMX_CHIP_REVISION_1_1))
+       if (hdmi_SDMA_check())
                mxc_iomux_set_gpr_register(0, 0, 1, 1);
 }