dt-bindings: Amlogic: add documentation for the SoC info register areas
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 23 Sep 2017 14:14:01 +0000 (16:14 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 6 Oct 2017 22:36:37 +0000 (15:36 -0700)
commitaee2828ccb3444ad1551e8528a868ab49ef447de
treefd9cce29498820d5bc234b8fce761faf1fe4c2c1
parent291f45dd6da5fa6c9a51e5401c1d0af4d549bdee
dt-bindings: Amlogic: add documentation for the SoC info register areas

There are three register areas which contain information about the SoC
version and revision:
- the assist registers contain the SoC's "major version" which encodes
  the SoC generation and part number. this is available on Meson6,
  Meson8 and Meson8b SoCs.
- the bootrom register contains at least the SoCs "misc version". this
  is avilable on Meson6, Meson8 and Meson8b
- the analog top registers contain information about the SoC revision.
  this is only available on Meson8 and Meson8b

Not much else is currently known about these registers.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Documentation/devicetree/bindings/arm/amlogic/analog-top.txt [new file with mode: 0644]
Documentation/devicetree/bindings/arm/amlogic/assist.txt [new file with mode: 0644]
Documentation/devicetree/bindings/arm/amlogic/bootrom.txt [new file with mode: 0644]