]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/of-bindings: Don't support linux,<modalias> "compatible" values
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 8 Oct 2008 05:05:29 +0000 (05:05 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 10 Oct 2008 04:55:18 +0000 (15:55 +1100)
commit58f467ce1476f5b2a347cee3a32275b737fbd667
tree3a1b1329c934326686645a7a73feac4f2a0c57b3
parent41c2e949cb7b80c5a6247c7df97759953b0f71b5
powerpc/of-bindings: Don't support linux,<modalias> "compatible" values

Compatible property values in the form linux,<modalias> is not documented
anywhere and using it leaks Linux implementation details into the device
tree data (which is bad).  Remove support for compatible values of this
form.

If any platforms exist which depended on this code (and I don't know of
any), then they can be fixed up by adding legacy translations to the
lookup table in this file.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/of/base.c