[PATCH v3 3/5] ARM: vexpress: Add DT support in v2m
Dave Martin
dave.martin at linaro.org
Mon Dec 5 11:25:31 EST 2011
On Tue, Nov 29, 2011 at 03:11:11PM +0000, Pawel Moll wrote:
> This patch provides hooks for DT-based tile machine implementations
> and adds Device Tree description for the motherboard.
[...]
> +static struct of_dev_auxdata v2m_dt_auxdata_lookup[] __initdata = {
> + OF_DEV_AUXDATA("arm,vexpress-flash", V2M_NOR0, "physmap-flash",
> + &v2m_flash_data),
> + OF_DEV_AUXDATA("arm,primecell", V2M_MMCI, "mb:mmci", &v2m_mmci_data),
> + {}
Are we missing some AUXDATA here? I thought we had a lot more drivers
which are not converted to OF, such as ambakmi and many more.
I notice some things explicitly failing, e.g.:
clcd-pl11x: probe of 10020000.clcd failed with error -22
clcd-pl11x: probe of 1001f000.clcd failed with error -22
...I haven't tracked down exactly what is going on here, yet.
Cheers
---Dave
More information about the linux-arm-kernel
mailing list