gpio irqs broken on imx27 with dt

Fabio Estevam festevam at gmail.com
Fri Apr 27 17:16:59 EDT 2012


Uwe,

2012/4/27 Uwe Kleine-König <u.kleine-koenig at pengutronix.de>:
> Hello,
>
> I experience problems on using gpio irqs on an imx27 based machine
> booting with dt.

Currently there is no pinctrl driver for mx27.

What you can do as a temporary workaround is to do the same as mx51 or mx53:

config MACH_IMX51_DT
	bool "Support i.MX51 platforms from device tree"
	select SOC_IMX51
	select MACH_MX51_BABBAGE
	select USE_OF
	help
	  Include support for Freescale i.MX51 based platforms
	  using the device tree for discovery

MACH_IMX51_DT currently selects MACH_MX51_BABBAGE so that the IOMUX
infrastructure can be used.

Regards,

Fabio Estevam



More information about the linux-arm-kernel mailing list