OF: add fsl,mcu-mpc8349emitx to the exception list
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 23 Sep 2008 14:12:19 +0000 (18:12 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 13 Oct 2008 16:09:59 +0000 (11:09 -0500)
commit7e7385ce4115830bf5e0b43d62087a94871b78de
tree9b23f308fa2ea48231210353a43ea5b01caf6cd7
parent8b77aeb4f52fca39e647159d87da3566f64ce30a
OF: add fsl,mcu-mpc8349emitx to the exception list

of/base.c matches on the first (most specific) entries, which isn't
quite practical but it was discussed[1] that this won't change.

The bindings specifies verbose information for the devices, but
it doesn't fit in the I2C ID's 20 characters limit. The limit won't
change[2], and the bindings won't change either as they're correct.

So we have to put an exception for the MPC8349E-mITX-compatible
MCUs.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/of/base.c