From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx: set system_rev value
Date: Tue, 2 Dec 2014 15:53:51 +0800 [thread overview]
Message-ID: <20141202075350.GB2411@dragon> (raw)
In-Reply-To: <1416484385-22501-1-git-send-email-vladimir_zapolskiy@mentor.com>
On Thu, Nov 20, 2014 at 01:53:05PM +0200, Vladimir Zapolskiy wrote:
> Set system_rev value to chip silicon version USB_ANALOG_DIGPROG.
>
> root at mx6q:~# cat /proc/cpuinfo | grep Revision
> Revision : 630002
>
> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Such info can be found by checking soc_id and revision under
/sys/devices/soc0/.
Shawn
> ---
> arch/arm/mach-imx/anatop.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-imx/anatop.c b/arch/arm/mach-imx/anatop.c
> index 8259a62..505100f 100644
> --- a/arch/arm/mach-imx/anatop.c
> +++ b/arch/arm/mach-imx/anatop.c
> @@ -15,6 +15,7 @@
> #include <linux/of_address.h>
> #include <linux/mfd/syscon.h>
> #include <linux/regmap.h>
> +#include <asm/system_info.h>
> #include "common.h"
> #include "hardware.h"
>
> @@ -123,6 +124,7 @@ void __init imx_init_revision_from_anatop(void)
>
> mxc_set_cpu_type(digprog >> 16 & 0xff);
> imx_set_soc_revision(revision);
> + system_rev = digprog & 0xffffff;
> }
>
> void __init imx_anatop_init(void)
> --
> 1.7.10.4
>
prev parent reply other threads:[~2014-12-02 7:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 11:53 [PATCH] ARM: imx: set system_rev value Vladimir Zapolskiy
2014-12-02 7:53 ` Shawn Guo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141202075350.GB2411@dragon \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox