summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@freescale.com>2014-09-09 12:42:22 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:56 -0600
commit0f11d5b1ecd00ee3daa02b30b2abba0e42faf2c6 (patch)
tree977c63f27c94fa62655978380eb924990ccd8369 /firmware
parent60e9f5b1f9f244052859edcd3ca08d0fb6d1d4e3 (diff)
ENGR01330740-2 ARM: IMX6SL-EVK: EPDC: add epdc module support to 3.14 kernel
1. Add epdc related properties to dts file. 2. Set the epdc related clocks correctly. 3. Add epdc firmware compiling support. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index eb82601a4f7c..fc975f9c597d 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -136,6 +136,10 @@ fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw
fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw
fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin
fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin
+fw-shipped-$(CONFIG_FB_MXC_EINK_PANEL) += imx/epdc_E60_V110.fw \
+ imx/epdc_E60_V220.fw \
+ imx/epdc_E97_V110.fw \
+ imx/epdc_E060SCM.fw
fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-)