linux-stable/arch/arm/mach-mxs
Fabio Estevam 2046338dcb ARM: mxs: Use soc bus infrastructure
Using the soc bus infrastructure is helpful for reporting several SoC related
information such as: family, machine, SoC name and SoC revision.

$ cat /sys/bus/soc/devices/soc0/family
Freescale MXS Family

$ cat /sys/bus/soc/devices/soc0/machine
Freescale i.MX28 Evaluation Kit

$ cat /sys/bus/soc/devices/soc0/soc_id
i.MX28

$ cat /sys/bus/soc/devices/soc0/revision
TO1.2

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2013-06-17 15:41:48 +08:00
..
Kconfig ARM: mxs: Use soc bus infrastructure 2013-06-17 15:41:48 +08:00
mach-mxs.c ARM: mxs: Use soc bus infrastructure 2013-06-17 15:41:48 +08:00
Makefile ARM: mxs: enable multiplatform build 2013-04-04 21:15:58 +08:00
pm.c ARM: mxs: call mxs_pm_init() as a machine_desc hook 2013-04-04 21:15:57 +08:00
pm.h ARM: mxs: call mxs_pm_init() as a machine_desc hook 2013-04-04 21:15:57 +08:00