Commit 1b76b74d authored by Fabio Estevam's avatar Fabio Estevam Committed by Sascha Hauer

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 2c1706dd
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment