diff mbox

[03/10] ARM: shmobile: r8a7778: Update DTS to include CPU frequency

Message ID 20140820130227.32075.16599.sendpatchset@w520 (mailing list archive)
State Accepted
Commit 869f92aed207f2f6e595ea41c841bd9ad0c0d0d4
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 r8a7778 DTS file. This
will allow us to use the shared C code on r8a7778 and BockW
which reads out the clock frequency from DT and calculates the
delay settings from there.

Also add other missing CPU information to the r8a7778 DTS.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/boot/dts/r8a7778.dtsi |    6 ++++++
 1 file changed, 6 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/r8a7778.dtsi
+++ work/arch/arm/boot/dts/r8a7778.dtsi	2014-08-20 21:04:52.000000000 +0900
@@ -23,8 +23,14 @@ 
 	interrupt-parent = <&gic>;
 
 	cpus {
+		#address-cells = <1>;
+		#size-cells = <0>;
+
 		cpu@0 {
+			device_type = "cpu";
 			compatible = "arm,cortex-a9";
+			reg = <0>;
+			clock-frequency = <800000000>;
 		};
 	};