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>
This commit is contained in:
parent
2c1706dda3
commit
1b76b74da6
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ int __init mx27_clocks_init(unsigned long fref)
|
||||||
|
|
||||||
clk_prepare_enable(clk[emi_ahb_gate]);
|
clk_prepare_enable(clk[emi_ahb_gate]);
|
||||||
|
|
||||||
|
imx_print_silicon_rev("i.MX27", mx27_revision());
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue