88e3c725aa15371d63df39d9f5d7ca6906da5d79
[openwrt/staging/stintel.git] / target / linux / mxs / patches-5.4 / 100-ARM-dts-imx23-introduce-mmc0_sck_cfg.patch
1 From e4fdac5def509ffb723b49d6a91f9043009119f9 Mon Sep 17 00:00:00 2001
2 From: Michael Heimpold <mhei@heimpold.de>
3 Date: Sun, 8 Mar 2020 23:21:44 +0100
4 Subject: [PATCH] ARM: dts: imx23: introduce mmc0_sck_cfg
5
6 The Olimex Olinuxino board has a user led connected to SSP1_DETECT.
7 But since this pin is listed in mmc0_pins_fixup, it is already claimed
8 by MMC driver and this results in this error during boot:
9
10 [ 1.390000] imx23-pinctrl 80018000.pinctrl: pin SSP1_DETECT already
11 requested by 80010000.spi; cannot claim for leds
12 [ 1.400000] imx23-pinctrl 80018000.pinctrl: pin-65 (leds) status -22
13 [ 1.410000] imx23-pinctrl 80018000.pinctrl: could not request pin 65
14 (SSP1_DETECT) from group led_gpio2_1.0 on device 80018000.pinctrl
15 [ 1.420000] leds-gpio leds: Error applying setting, reverse things back
16 [ 1.430000] leds-gpio: probe of leds failed with error -22
17
18 This fix it, introduce mmc0_sck_cfg and switch the Olinuxino board to it.
19
20 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
21 Signed-off-by: Shawn Guo <shawnguo@kernel.org>
22 ---
23 arch/arm/boot/dts/imx23-olinuxino.dts | 2 +-
24 arch/arm/boot/dts/imx23.dtsi | 8 ++++++++
25 2 files changed, 9 insertions(+), 1 deletion(-)
26
27 --- a/arch/arm/boot/dts/imx23-olinuxino.dts
28 +++ b/arch/arm/boot/dts/imx23-olinuxino.dts
29 @@ -23,7 +23,7 @@
30 ssp0: spi@80010000 {
31 compatible = "fsl,imx23-mmc";
32 pinctrl-names = "default";
33 - pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
34 + pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_sck_cfg>;
35 bus-width = <4>;
36 broken-cd;
37 status = "okay";
38 --- a/arch/arm/boot/dts/imx23.dtsi
39 +++ b/arch/arm/boot/dts/imx23.dtsi
40 @@ -267,6 +267,14 @@
41 fsl,pull-up = <MXS_PULL_DISABLE>;
42 };
43
44 + mmc0_sck_cfg: mmc0-sck-cfg@0 {
45 + reg = <0>;
46 + fsl,pinmux-ids = <
47 + MX23_PAD_SSP1_SCK__SSP1_SCK
48 + >;
49 + fsl,pull-up = <MXS_PULL_DISABLE>;
50 + };
51 +
52 mmc1_4bit_pins_a: mmc1-4bit@0 {
53 reg = <0>;
54 fsl,pinmux-ids = <