From: Fabio Estevam <[email protected]> Commit fa868c9e ("dts: imx6: fix sd card gpio polarity specified in device tree") missed to be applied into 4.1.11 causing esdhc regressions on mx6, so let's apply it so that we can have SD card working with 4.1.11.
Signed-off-by: Fabio Estevam <[email protected]> --- recipes-kernel/linux/linux-fslc_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.1.bb b/recipes-kernel/linux/linux-fslc_4.1.bb index c666fe6..ce83705 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 PV = "4.1+git${SRCPV}" SRCBRANCH = "patches-4.1" -SRCREV = "622e3d41680b90914e981ee652c0dffcd259f826" +SRCREV = "fa868c9e426984c1098323f9bc53f3a1b4164a6e" COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
