diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2015-10-23 22:49:32 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:21 -0300 |
commit | 87ed9879b32a27e8815c913ae9b225af4dd935bc (patch) | |
tree | e82c77f77bb002d3e3b15e2ee4422dd942ed06aa | |
parent | 643fa808220e1390037fb6b2facbb8e6cf68f8cc (diff) | |
download | meta-freescale-87ed9879b32a27e8815c913ae9b225af4dd935bc.tar.gz |
linux-fslc (4.1): Update to latest version 622e3d41
This updates linux-fslc to the latest version which includes
the Vybrid related patches.
622e3d4 video: fsl-dcu-fb: fix compile issue without PM_RUNTIME
b71a77f video: fsl-dcu-fb: fix pixel clock polarity
55a3f93 video: fsl-dcu-fb: add suspend/resume support
526c502 video: fsl-dcu-fb: fix signal polarity defines
3b5d7a3 ARM: dts: vf610-colibri: enable DCU framebuffer
0614d77 video: fsl-dcu-fb: support signal polarity configuration
202f53d video: fsl-dcu-fb: use native-display timing
1f632a8 video: fsl-dcu-fb: use num_timings to iterate timings
5801959 Documentation: DT: Add DCU framebuffer driver
5afe56f fb: Add DCU framebuffer driver for Vybrid VF610 platform
fdad0f6 ARM: clk: vf610: Add DCU and TCON clock support
0cdb0dc ARM: dts: vf610-twr: Enable DCU and TCON devices
ca0333a ARM: dts: vf610: Add DCU and TCON nodes
463b5a3 ARM: dts: vf-colibri: enable NAND flash controller
e439239 ARM: dts: vf610twr: add NAND flash controller peripherial
031328c mtd: nand: vf610_nfc: include missing pincrl/consumer.h
5812299 mtd: nand: vf610_nfc: add device tree bindings
48ea668 mtd: nand: vf610_nfc: add hardware BCH-ECC support
ce28974 mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others
4fc9a49 mtd: nand: add common DT init code
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-fslc_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_4.1.bb b/recipes-kernel/linux/linux-fslc_4.1.bb index 89dacee70..c666fe6f3 100644 --- a/recipes-kernel/linux/linux-fslc_4.1.bb +++ b/recipes-kernel/linux/linux-fslc_4.1.bb | |||
@@ -12,6 +12,6 @@ include linux-fslc.inc | |||
12 | PV = "4.1+git${SRCPV}" | 12 | PV = "4.1+git${SRCPV}" |
13 | 13 | ||
14 | SRCBRANCH = "patches-4.1" | 14 | SRCBRANCH = "patches-4.1" |
15 | SRCREV = "14b3c25b0cdc701b259b13452564e95cf23d2ca8" | 15 | SRCREV = "622e3d41680b90914e981ee652c0dffcd259f826" |
16 | 16 | ||
17 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" | 17 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" |