[PATCH 1/6] ARM: lpc18xx: add basic support for NXP LPC18xx/43xx SoCs

Arnd Bergmann arnd at arndb.de
Thu Apr 2 07:21:18 PDT 2015


On Wednesday 01 April 2015 23:20:38 Joachim Eastwood wrote:
> +static const char *const lpc18xx_43xx_compat[] __initconst = {
> +       "ea,lpc4357-developers-kit",
> +       NULL
> 

I don't see 'ea' in Documentation/devicetree/bindings/vendor-prefixes.txt,
can you add a patch for that?

It's probably better to make the string we match against the most
generic one here, so we don't have to update the list for every
new dts file that gets added.

	Arnd



More information about the linux-arm-kernel mailing list