Re: [PATCH v2] arm: ep93xx: use soc bus
Alexander Shiyan
shc_work at mail.ru
Tue Jun 25 04:00:47 EDT 2013
> Use the soc bus to report the silicon revidion and Maverick Key. Both
> are not currently exposed to the user. In addition, fill in the SoC
> family and machine for completeness.
>
> Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
> Cc: Ryan Mallon <rmallon at gmail.com>
...
> + soc_dev_attr->machine = ep93xx_get_machine_name();
> + soc_dev_attr->family = "Cirrus EP93xx";
Probably, use full name here is better?
"Cirrus Logic EP93xx"
> + soc_dev_attr->revision = ep93xx_get_soc_rev();
> + soc_dev_attr->soc_id = ep93xx_get_soc_id();
...
---
More information about the linux-arm-kernel
mailing list