summaryrefslogtreecommitdiffstats
path: root/drivers/soc/amlogic/meson-mx-socinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* meson-mx-socinfo: Make local function meson_mx_socinfo_init() staticweiyongjun (A)2018-02-121-1/+1
| | | | | | | | | | Fixes the following sparse warnings: drivers/soc/amlogic/meson-mx-socinfo.c:107:12: warning: symbol 'meson_mx_socinfo_init' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
* soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driverMartin Blumenstingl2017-10-071-0/+175
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>