Documentation: dt: OMAP: explicitly state SoC compatible strings
authorNishanth Menon <nm@ti.com>
Thu, 5 Dec 2013 00:49:36 +0000 (18:49 -0600)
committerTony Lindgren <tony@atomide.com>
Wed, 8 Jan 2014 17:39:05 +0000 (09:39 -0800)
commit89b6eef0d859bad4bcf7ad64560aa2891d6a37a0
tree81d4c5d9051fc910746c68166e7a809b9bd6789c
parent367f68f82a12425b260c90e65667085ee3a9ed1d
Documentation: dt: OMAP: explicitly state SoC compatible strings

SoC family definitions at the moment are reactive to board needs.
This results in potentially wrong matches taking place for board types.

Eventually, we will have descriptors match only with SoC types and
should not contain anything specific to board handling and pave the
way to getting rid of soc_is_XYZ checks and allow this determination
done with matches at of level.

Existing implicit definitions(as part of board descriptions) are
explicitly documented.

NOTE: Even though we prefer to have dt compatibility to explicit,
"ti,dra7xx", "ti,am33xx", "ti,omap36xx" preexist in current dts and
are maintained for backward compatibility. It is also expected that
any future SoC addition will keep this documentation updated.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/arm/omap/omap.txt