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-04-14 14:00:25 -0500
commita8143f8cacacff9cc36861cb3e5d4caeb920aaf1 (patch)
tree03162d1ccb91b8dc53274dd1dbf09042f67b9bf8 /firmware
parent44ff271d2d9cecbc25b83c20de942254febcd1ba (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-)