ARM: kirkwood: stop printk TCLK value at boot for DT boards
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
Tue, 5 Nov 2013 18:09:14 +0000 (19:09 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 03:09:10 +0000 (03:09 +0000)
commit7805d2bdfe47151a1973f86bc98e1582523ecece
treec91e80143f8b297aba829e19a1d3d7439ed64ca8
parent5e51fe5d079ec0fd2fb1d8708ecc1ef82599c6d8
ARM: kirkwood: stop printk TCLK value at boot for DT boards

Commit 2326f04321a9 (ARM: kirkwood: convert to DT irqchip and clocksource)
dropped the call to kirkwood_timer_init() when booting with DT.
This results in kirkwood_tclk not being set and the boot message is now:

Kirkwood: MV88F6281-A0, TCLK=0

This patch modifies the message for printing only the kirkwood id,
as it allows to detect if we're running A0/A1/... variants with a simple
dmesg.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/board-dt.c