diff mbox

[02/10] ARM: shmobile: sh73a0: Update DTS to include CPU frequency

Message ID 20140820130219.32075.81653.sendpatchset@w520 (mailing list archive)
State Accepted
Commit 13bd825bdd5c087d156d294b427d05dcf9bff281
Headers show

Commit Message

Magnus Damm Aug. 20, 2014, 1:02 p.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

Add CPU Frequency information to the sh73a0 DTS file. This
will allow us to use the shared C code on sh73a0 and KZM9G
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/sh73a0.dtsi |    2 ++
 1 file changed, 2 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0001/arch/arm/boot/dts/sh73a0.dtsi
+++ work/arch/arm/boot/dts/sh73a0.dtsi	2014-08-20 21:10:17.000000000 +0900
@@ -23,11 +23,13 @@ 
 			device_type = "cpu";
 			compatible = "arm,cortex-a9";
 			reg = <0>;
+			clock-frequency = <1196000000>;
 		};
 		cpu@1 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a9";
 			reg = <1>;
+			clock-frequency = <1196000000>;
 		};
 	};