commit | a81dd364de50bc1eb1519af0ecfa100753a09351 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Wed Sep 21 09:19:16 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Sep 21 09:19:16 2011 -0600 |
tree | 2ab47cd81f9b098a150664b47e8ce0a7cef259cd | |
parent | b6fd41e29dea9c6753b1843a77e50433e6123bcb [diff] |
devicetree: Add a registry of vendor prefixes There is no centralized listing for the in-use vendor prefixes used in compatible strings and property names. This patch adds one. New prefixes should get added to this list to reduce the likelyhood of namespace collisions. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>