瀏覽代碼

ARM: shmobile: sh7372: Update DTS to include CPU frequency

Add CPU Frequency information to the sh7372 DTS file. This
will allow us to use the shared C code on sh7372 and Mackerel
which reads out the clock frequency from DT and calculates the
delay settings from there.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Magnus Damm 11 年之前
父節點
當前提交
2340cd1129
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/boot/dts/sh7372.dtsi

+ 1 - 0
arch/arm/boot/dts/sh7372.dtsi

@@ -21,6 +21,7 @@
 			compatible = "arm,cortex-a8";
 			device_type = "cpu";
 			reg = <0x0>;
+			clock-frequency = <800000000>;
 		};
 	};