From: Greg Kroah-Hartman Date: Sat, 12 Feb 2022 09:34:15 +0000 (+0100) Subject: 4.19-stable patches X-Git-Tag: v4.9.302~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=727e6ac2d2b6ddee1fe80d8181f0b9f4cbb022fc;p=thirdparty%2Fkernel%2Fstable-queue.git 4.19-stable patches added patches: arm-dts-imx23-evk-remove-mx23_pad_ssp1_detect-from-hog-group.patch --- diff --git a/queue-4.19/arm-dts-imx23-evk-remove-mx23_pad_ssp1_detect-from-hog-group.patch b/queue-4.19/arm-dts-imx23-evk-remove-mx23_pad_ssp1_detect-from-hog-group.patch new file mode 100644 index 00000000000..3713f13a613 --- /dev/null +++ b/queue-4.19/arm-dts-imx23-evk-remove-mx23_pad_ssp1_detect-from-hog-group.patch @@ -0,0 +1,41 @@ +From 42c9b28e6862d16db82a56f5667cf4d1f6658cf6 Mon Sep 17 00:00:00 2001 +From: Fabio Estevam +Date: Mon, 27 Dec 2021 13:14:02 -0300 +Subject: ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group + +From: Fabio Estevam + +commit 42c9b28e6862d16db82a56f5667cf4d1f6658cf6 upstream. + +Currently, SD card fails to mount due to the following pinctrl error: + +[ 11.170000] imx23-pinctrl 80018000.pinctrl: pin SSP1_DETECT already requested by 80018000.pinctrl; cannot claim for 80010000.spi +[ 11.180000] imx23-pinctrl 80018000.pinctrl: pin-65 (80010000.spi) status -22 +[ 11.190000] imx23-pinctrl 80018000.pinctrl: could not request pin 65 (SSP1_DETECT) from group mmc0-pins-fixup.0 on device 80018000.pinctrl +[ 11.200000] mxs-mmc 80010000.spi: Error applying setting, reverse things back + +Fix it by removing the MX23_PAD_SSP1_DETECT pin from the hog group as it +is already been used by the mmc0-pins-fixup pinctrl group. + +With this change the rootfs can be mounted and the imx23-evk board can +boot successfully. + +Cc: +Fixes: bc3875f1a61e ("ARM: dts: mxs: modify mx23/mx28 dts files to use pinctrl headers") +Signed-off-by: Fabio Estevam +Signed-off-by: Shawn Guo +Signed-off-by: Greg Kroah-Hartman +--- + arch/arm/boot/dts/imx23-evk.dts | 1 - + 1 file changed, 1 deletion(-) + +--- a/arch/arm/boot/dts/imx23-evk.dts ++++ b/arch/arm/boot/dts/imx23-evk.dts +@@ -79,7 +79,6 @@ + MX23_PAD_LCD_RESET__GPIO_1_18 + MX23_PAD_PWM3__GPIO_1_29 + MX23_PAD_PWM4__GPIO_1_30 +- MX23_PAD_SSP1_DETECT__SSP1_DETECT + >; + fsl,drive-strength = ; + fsl,voltage = ; diff --git a/queue-4.19/series b/queue-4.19/series index ab1b184c8ea..9117eb42775 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -16,3 +16,4 @@ scsi-target-iscsi-make-sure-the-np-under-each-tpg-is.patch usb-dwc2-gadget-don-t-try-to-disable-ep0-in-dwc2_hso.patch net-stmmac-dwmac-sun8i-use-return-val-of-readl_poll_.patch bpf-add-kconfig-knob-for-disabling-unpriv-bpf-by-default.patch +arm-dts-imx23-evk-remove-mx23_pad_ssp1_detect-from-hog-group.patch