* [PATCH] ARM: i.MX8MQ: Add alias for ECSPI1
@ 2019-01-11 2:16 Andrey Smirnov
2019-01-11 11:07 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2019-01-11 2:16 UTC (permalink / raw)
To: barebox; +Cc: Andrey Smirnov
Add alias for ECSPI1. Without it, the driver will fail to probe due
to:
c6ded00cbd ("spi: i.MX: Fix wrong bus nubering with devicetree")
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
arch/arm/dts/imx8mq.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi
index 33b2ca2e6c..8b6bdc6711 100644
--- a/arch/arm/dts/imx8mq.dtsi
+++ b/arch/arm/dts/imx8mq.dtsi
@@ -37,6 +37,7 @@
gpio4 = &gpio5;
mmc0 = &usdhc1;
mmc1 = &usdhc2;
+ spi0 = &ecspi1;
};
ckil: clk-ckil {
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: i.MX8MQ: Add alias for ECSPI1
2019-01-11 2:16 [PATCH] ARM: i.MX8MQ: Add alias for ECSPI1 Andrey Smirnov
@ 2019-01-11 11:07 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-01-11 11:07 UTC (permalink / raw)
To: Andrey Smirnov; +Cc: barebox
On Thu, Jan 10, 2019 at 06:16:46PM -0800, Andrey Smirnov wrote:
> Add alias for ECSPI1. Without it, the driver will fail to probe due
> to:
>
> c6ded00cbd ("spi: i.MX: Fix wrong bus nubering with devicetree")
>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
> arch/arm/dts/imx8mq.dtsi | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi
> index 33b2ca2e6c..8b6bdc6711 100644
> --- a/arch/arm/dts/imx8mq.dtsi
> +++ b/arch/arm/dts/imx8mq.dtsi
> @@ -37,6 +37,7 @@
> gpio4 = &gpio5;
> mmc0 = &usdhc1;
> mmc1 = &usdhc2;
> + spi0 = &ecspi1;
> };
>
> ckil: clk-ckil {
> --
> 2.20.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-11 11:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11 2:16 [PATCH] ARM: i.MX8MQ: Add alias for ECSPI1 Andrey Smirnov
2019-01-11 11:07 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox