mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: imx_v7_defconfig: enable LED_GPIO_OF
@ 2016-06-26 14:11 Alexander Kurz
  2016-06-27  8:57 ` Alexander Kurz
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kurz @ 2016-06-26 14:11 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Kurz

GPIO leds are widely used in imx_v7 related dts files. Enable support
to parse this data and enable blinking LED by defconfig on e.g. iMX35qsb.

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 arch/arm/configs/imx_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
index 5ab3433..8594965 100644
--- a/arch/arm/configs/imx_v7_defconfig
+++ b/arch/arm/configs/imx_v7_defconfig
@@ -164,6 +164,7 @@ CONFIG_MFD_MC9SDZ60=y
 CONFIG_MFD_STMPE=y
 CONFIG_LED=y
 CONFIG_LED_GPIO=y
+CONFIG_LED_GPIO_OF=y
 CONFIG_LED_TRIGGERS=y
 CONFIG_EEPROM_AT25=y
 CONFIG_EEPROM_AT24=y
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-27  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-26 14:11 [PATCH] ARM: imx_v7_defconfig: enable LED_GPIO_OF Alexander Kurz
2016-06-27  8:57 ` Alexander Kurz
2016-06-27  9:02   ` Sascha Hauer

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