summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/mxc_edid.h
diff options
context:
space:
mode:
authorZhang Xiaodong <B39117@freescale.com>2012-07-02 14:48:35 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:39:28 +0800
commit68be392433fd3db8c4d7fa0370b51346fe322728 (patch)
treec4f63c3f8e1804e65ff4758adc41829a2bb1ca6b /arch/arm/plat-mxc/include/mach/mxc_edid.h
parent03a5c2f8b9551bb54d2f8980fb7b1e85e03cbdd9 (diff)
ENGR00215182-1 sabresd: Add basic support for HDMI CEC
- Changes to IOMUX to allow HDMI CEC controller to use KEY_ROW2 pin that it needs - Add cec device in platform-mxc_hdmi.c - Add MXC_HDMI_CEC in imx6_defconfig Signed-off-by: Zhang Xiaodong <B39117@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mxc_edid.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/mxc_edid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_edid.h b/arch/arm/plat-mxc/include/mach/mxc_edid.h
index 7385c2710db8..2b35fec91c6b 100755
--- a/arch/arm/plat-mxc/include/mach/mxc_edid.h
+++ b/arch/arm/plat-mxc/include/mach/mxc_edid.h
@@ -69,6 +69,7 @@ struct mxc_edid_cfg {
u8 sample_sizes;
u8 sample_rates;
u8 speaker_alloc;
+ u8 physical_address[4];
};
int mxc_edid_var_to_vic(struct fb_var_screeninfo *var);