Skip to content

Commit

Permalink
ARM: shmobile: armadillo800eva-reference: add clock overrides to DTS
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Ulrich Hecht authored and Simon Horman committed Aug 23, 2014
1 parent 4a7ae2e commit ae2a8cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,19 @@
};
};

&extal1_clk {
clock-frequency = <25000000>;
};
&extal2_clk {
clock-frequency = <48000000>;
};
&fsibck_clk {
clock-frequency = <12288000>;
};
&cpg_clocks {
renesas,mode = <0x05>; /* MD_CK0 | MD_CK2 */
};

&i2c0 {
status = "okay";
touchscreen@55 {
Expand Down

0 comments on commit ae2a8cd

Please sign in to comment.