From: Chen Liangjun Date: Wed, 8 Aug 2012 13:03:17 +0000 (+0800) Subject: ENGR00219837-3 HDMI SabreSD: Add HDMI_SDMA support for RIGEL TO1.1 X-Git-Tag: v3.0.35-fsl_4.1.0~796 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=58d9ee50412ddc1e60b51f86f7ee3d18aa90e643;p=karo-tx-linux.git ENGR00219837-3 HDMI SabreSD: Add HDMI_SDMA support for RIGEL TO1.1 Replace mx6q_version() check with hdmi_SDMA_check() to add support for HDMI_SDMA in RIGEL TO1.1. Signed-off-by: Chen Liangjun --- diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c index 6116d5bc3402..47d0eecd58a7 100644 --- a/arch/arm/mach-mx6/board-mx6q_sabresd.c +++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c @@ -55,6 +55,7 @@ #include #include #include +#include #include #include @@ -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); }