Skip to content

Commit

Permalink
ARM: dts: vexpress: disable CA9 core tile sp804 timer
Browse files Browse the repository at this point in the history
The motherboard sp804 timer is used, but core tile sp804 timer is not.
According to Russell King, the clock configuration is undocumented and
defaults to 32kHz which is not desireable. So mark core tile sp804 timer
as disabled.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Rob Herring committed Apr 11, 2013
1 parent dabfd8f commit 34c2e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/vexpress-v2p-ca9.dts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<0 49 4>;
clocks = <&oscclk2>, <&oscclk2>;
clock-names = "timclk", "apb_pclk";
status = "disabled";
};

watchdog@100e5000 {
Expand Down

0 comments on commit 34c2e5f

Please sign in to comment.