soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driver
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 23 Sep 2017 14:14:02 +0000 (16:14 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 6 Oct 2017 22:36:17 +0000 (15:36 -0700)
commit5e68c0fc8df8a588b15cd469b27b8b5dbfadc6c3
treece65aa6aeac026eb2846cd95d1cc5949083b4836
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driver

Amlogic SoCs have an information register which contains the SoC type
and revision information.
This patchs adds support for decoding those registers and exposing the
resulting information via the SoC bus infrastructure.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
drivers/soc/amlogic/Kconfig
drivers/soc/amlogic/Makefile
drivers/soc/amlogic/meson-mx-socinfo.c [new file with mode: 0644]