diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-02-06 14:22:24 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-02-13 01:31:38 -0500 |
commit | eda413c228e227d888bc13d210e7c4c6aa62a682 (patch) | |
tree | 998f73c26e85a3557a2c911fd954c7ad0c0c8462 /arch/arm/mach-ux500/Kconfig | |
parent | 18403424c4fe5bac509bf52343f5d5407d45ee3a (diff) |
ARM: ux500: export System-on-Chip information ux500 via sysfs
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>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 52af00446a63..5cfa5390e0fd 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -28,6 +28,7 @@ config MACH_U8500 | |||
28 | bool "U8500 Development platform" | 28 | bool "U8500 Development platform" |
29 | depends on UX500_SOC_DB8500 | 29 | depends on UX500_SOC_DB8500 |
30 | select TPS6105X | 30 | select TPS6105X |
31 | select SOC_BUS | ||
31 | help | 32 | help |
32 | Include support for the mop500 development platform. | 33 | Include support for the mop500 development platform. |
33 | 34 | ||