Skip to content

Commit

Permalink
ARM: mx27: Reenable silicon version print
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Sascha Hauer committed Jul 9, 2012
1 parent 2c1706d commit 1b76b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-imx/clk-imx27.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1b76b74

Please sign in to comment.