* [PATCH 01/03] ARM: shmobile: Update EMEV2 DTS to include CPU frequency
@ 2014-06-05 5:31 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2014-06-05 5:31 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm+renesas@opensource.se>
Add CPU Frequency information to the EMEV2 DTS file. This
will allow us to use the shared C code to on EMEV2 which
reads out the clock frequency from DT and calculates the
delay settings from there.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
arch/arm/boot/dts/emev2.dtsi | 2 ++
1 file changed, 2 insertions(+)
--- 0001/arch/arm/boot/dts/emev2.dtsi
+++ work/arch/arm/boot/dts/emev2.dtsi 2014-05-29 17:06:48.000000000 +0900
@@ -31,11 +31,13 @@
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0>;
+ clock-frequency = <533000000>;
};
cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <1>;
+ clock-frequency = <533000000>;
};
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-05 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 5:31 [PATCH 01/03] ARM: shmobile: Update EMEV2 DTS to include CPU frequency Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).