summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-05-20 10:40:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-06-10 12:10:08 -0300
commitb2236670677fdaefdc7cd74ac8166aadbf595df1 (patch)
treeadf4a37f9598afe2e82192fcace31c1184c218d1
parent270599a407a36f1ff0cdbe5fcfc03f1a3a61789c (diff)
downloadmeta-fsl-arm-b2236670677fdaefdc7cd74ac8166aadbf595df1.tar.gz
linux-fslc: Update to revision 48548f7
This updates the kernel fork to the 4.0.4 stable release and also backports following changes from next releases: 48548f7 ARM: dts: imx6qdl-hummingboard: Add PCIe support a436e02 ARM: dts: imx23-olinuxino: Add i2c support 6fab05f ARM: dts: imx23: Add i2c support f3be862 ARM: dts: imx6qdl: move HDMI controller to right location in DT d406c7d ARM: dts: hummingboard: add sgtl5000 support for Hummingboard Pro a902f9a ARM: dts: imx25-pinfunc: Add several pinfunctions 09b876d ARM: dts: cubox: Map gpio-keys to gpio3 8 195395a ARM: dts: hummingboard: Setup pwm lines 626e1a2 ARM: dts: hummingboard: enable PCF8523 RTC support 90d5cd9 ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11 fc8e447 ARM: dts: imx28: add alternative pinmuxing for spi3 16a090f ARM: dts: imx6sl: Add label snvs_rtc 00a7455 ARM: imx6qdl-sabreauto.dtsi: add max7310 support 910c8ea ARM: dts: imx25-pinfunc: remove input values for pinfuncs without input register 5d7835c ARM: dts: imx6qdl: disable PWMs by default 9591a95 ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly c147254 ARM: dts: imx6qdl: Allow disabling the PU regulator, add a enable ramp delay f440f6f ARM: dts: imx: Add dr_mode host setting to all host-only usb instances 50d210b ARM: dts: imx25-pdk: Add LCD support 22a2757 ARM: dts: imx25-pinfunc: more defines 4d5c31f ARM: imx25: fix some wrong iomux definitions c11c5d3 ARM: dts: imx6qdl: Add label snvs_rtc 86bca32 ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'ports' node d0359e2 ARM: imx6sx-sdb: add revb board and make it default c045e82 ARM: imx6sx-sdb: change default board as reva board a9902ce ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices Change-Id: Ia64861aac4b84b459cee54a7af7561e503f26d7f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc_4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc_4.0.bb b/recipes-kernel/linux/linux-fslc_4.0.bb
index f1ec114..251c0de 100644
--- a/recipes-kernel/linux/linux-fslc_4.0.bb
+++ b/recipes-kernel/linux/linux-fslc_4.0.bb
@@ -12,6 +12,6 @@ include linux-fslc.inc
12PV = "4.0+git${SRCPV}" 12PV = "4.0+git${SRCPV}"
13 13
14SRCBRANCH = "patches-4.0" 14SRCBRANCH = "patches-4.0"
15SRCREV = "19ebefd40ac21cc57dca039382663aef096099f1" 15SRCREV = "48548f793f464d9785285b6eb9b94f13b6f32f68"
16 16
17COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" 17COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"