commit | 1bde9906414b46b6922464e7c91dd815e5f217b3 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Thu May 29 16:01:34 2014 -0500 |
committer | Rob Herring <robh@kernel.org> | Tue Jun 24 14:16:03 2014 -0500 |
tree | 944e7d854bda6a6b4380e9dff681ead543cef67a | |
parent | f27e861f7bb79501cedf486af9347052f9bcfc70 [diff] |
ARM: timer-sp: allow getting timer1 clock from DT to fallback to legacy clock 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>