1
0

soc: Add Amlogic SoC Information driver

Amlogic SoCs have a SoC information register for SoC type, package type and
revision information.
This patchs adds support for this register decoding and exposing with the
SoC bus infrastructure.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Neil Armstrong
2017-06-23 10:28:18 +02:00
committed by Kevin Hilman
parent 9833eb16c1
commit a9daaba296
5 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1 @@
obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o