[PATCH v4 1/6] ARM: Alpine: Initial support for Alpine platform

Arnd Bergmann arnd at arndb.de
Tue Feb 3 11:15:39 PST 2015


On Tuesday 03 February 2015 10:52:31 Stephen Boyd wrote:
> 
> > +     "al,alpine",
> > +     NULL,
> > +};
> > +
> > +DT_MACHINE_START(AL_DT, "Annapurna Labs Alpine")
> > +     .dt_compat      = al_match,
> > +MACHINE_END
> 
> Technically we don't even need this file because the default machine
> descriptor for DT based platforms will work the same.

I currently still prefer to have them, primarily for documenting
what we support, but also to have a nice string in /proc/cpuinfo.

	Arnd



More information about the linux-arm-kernel mailing list