mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: edmqmx6: add SPI SCLK pinmux
@ 2014-04-07 10:32 Lucas Stach
  2014-04-08  6:20 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2014-04-07 10:32 UTC (permalink / raw)
  To: barebox

Otherwise reading or writing to the SPI flash doesn't
work.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
Sascha, this is a fairly simple fix, but a severe
restriction in functionality, as barebox isn't able to
write itself to the flash. Please apply to master.
---
 arch/arm/dts/imx6q-dmo-edmqmx6.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/imx6q-dmo-edmqmx6.dts b/arch/arm/dts/imx6q-dmo-edmqmx6.dts
index 4cd1c55ff82e..f4f0bd6c14ba 100644
--- a/arch/arm/dts/imx6q-dmo-edmqmx6.dts
+++ b/arch/arm/dts/imx6q-dmo-edmqmx6.dts
@@ -329,6 +329,7 @@
 			fsl,pins = <
 				MX6QDL_PAD_SD1_DAT0__ECSPI5_MISO 0x80000000
 				MX6QDL_PAD_SD1_CMD__ECSPI5_MOSI 0x80000000
+				MX6QDL_PAD_SD1_CLK__ECSPI5_SCLK 0x80000000
 				MX6QDL_PAD_SD2_DAT3__GPIO1_IO12 0x80000000 /* cs0: m25p80 */
 			>;
 		};
-- 
1.9.1


_______________________________________________
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:[~2014-04-08  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07 10:32 [PATCH] ARM: dts: edmqmx6: add SPI SCLK pinmux Lucas Stach
2014-04-08  6:20 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox