diff options
author | Fabio Estevam | 2012-07-06 19:04:35 -0300 |
---|---|---|
committer | Sascha Hauer | 2012-07-09 08:52:30 +0200 |
commit | 1b76b74da6338ba46590d65f55c3e7d6b8065ae4 (patch) | |
tree | 74cdc66ec1998c0126a53c63c685cfd96f6e87cd /arch/arm | |
parent | 2c1706dda36757984f841a7735b9abe2d9ac57fe (diff) |
ARM: mx27: Reenable silicon version print
Prior to the new i.mx clock conversion the mx27 silicon version was printed at boot.
Reenable this feature.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-imx/clk-imx27.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk-imx27.c b/arch/arm/mach-imx/clk-imx27.c index 167a3f1c8e83..7aa6313fb167 100644 --- a/arch/arm/mach-imx/clk-imx27.c +++ b/arch/arm/mach-imx/clk-imx27.c @@ -267,6 +267,8 @@ int __init mx27_clocks_init(unsigned long fref) clk_prepare_enable(clk[emi_ahb_gate]); + imx_print_silicon_rev("i.MX27", mx27_revision()); + return 0; } |