ARM: timer-sp: allow getting timer1 clock from DT to fallback to legacy clock
authorRob Herring <robh@kernel.org>
Thu, 29 May 2014 21:01:34 +0000 (16:01 -0500)
committerRob Herring <robh@kernel.org>
Tue, 24 Jun 2014 19:16:03 +0000 (14:16 -0500)
The sp804 clocks may be specified in DT, but the kernel may still be using
legacy clocks. This is handled if a single clock for sp804 is present,
but not when 3 clocks are present.

This prevents Versatile platforms from breaking when the DT has clocks
added.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
arch/arm/common/timer-sp.c

Simple merge