From: yzq Date: Thu, 28 Feb 2013 05:27:21 +0000 (+0800) Subject: it66121 hdmi:add macro for hdmi source lcdc select X-Git-Tag: firefly_0821_release~7509 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=00764b152a055498f88c13a4e576d2b5a24ad49a;p=firefly-linux-kernel-4.4.55.git it66121 hdmi:add macro for hdmi source lcdc select --- diff --git a/drivers/video/rockchip/hdmi/chips/cat66121/cat66121_hdmi.h b/drivers/video/rockchip/hdmi/chips/cat66121/cat66121_hdmi.h index 2bc85dfc11f9..509f762c31c2 100755 --- a/drivers/video/rockchip/hdmi/chips/cat66121/cat66121_hdmi.h +++ b/drivers/video/rockchip/hdmi/chips/cat66121/cat66121_hdmi.h @@ -2,7 +2,13 @@ #define __cat66121_HDMI_H__ #include "../../rk_hdmi.h" +#if defined(CONFIG_HDMI_SOURCE_LCDC1) +#define HDMI_SOURCE_DEFAULT HDMI_SOURCE_LCDC1 +#else #define HDMI_SOURCE_DEFAULT HDMI_SOURCE_LCDC0 +#endif + +//#define HDMI_SOURCE_DEFAULT HDMI_SOURCE_LCDC0 //#define HDMI_USE_IRQ struct cat66121_hdmi_pdata {