ARM: ux500: export System-on-Chip information ux500 via sysfs
authorLee Jones <lee.jones@linaro.org>
Mon, 6 Feb 2012 19:22:24 +0000 (11:22 -0800)
committerArnd Bergmann <arnd@arndb.de>
Mon, 13 Feb 2012 06:31:38 +0000 (06:31 +0000)
Here we make use of the new System-On-Chip bus driver to export
vital SoC information out to userspace via sysfs. This patch
provides a data structure of strings to populate the base
nodes found in:

/sys/devices/soc[0|1|2|...]/[family|machine|revision|soc_id].

It also adds one more node as requested by ST-Ericsson.
'process' depicts the way in which the silicon was manufactured.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found