[PATCH] ARM: mx23: Add initial support for olinuxino board
Shawn Guo
shawn.guo at linaro.org
Mon Jun 18 09:18:16 EDT 2012
On Sun, Jun 17, 2012 at 01:14:09PM +0200, Marek Vasut wrote:
> > static const char *imx23_dt_compat[] __initdata = {
> > "fsl,imx23-evk",
> > + "fsl,imx23-olinuxino",
>
> Is this addition needed?
>
Unlike the .of_match_table of platform_driver, I would prefer to
maintain such an explicit compatible list to show all the in-tree
boards supported by the DT_MACHINE. Also, if we only list "fsl,imx23"
there, I'm a little worrying about people will start even dropping the
board compatible string from their board dts, then we will have no way
to play of_machine_is_compatible().
Regards,
Shawn
> > "fsl,imx23",
> > NULL,
> > };
>
More information about the linux-arm-kernel
mailing list