aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/r8a7779.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index bdaaadcfa1f1..038c16a18373 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -26,21 +26,25 @@
26 device_type = "cpu"; 26 device_type = "cpu";
27 compatible = "arm,cortex-a9"; 27 compatible = "arm,cortex-a9";
28 reg = <0>; 28 reg = <0>;
29 clock-frequency = <1000000000>;
29 }; 30 };
30 cpu@1 { 31 cpu@1 {
31 device_type = "cpu"; 32 device_type = "cpu";
32 compatible = "arm,cortex-a9"; 33 compatible = "arm,cortex-a9";
33 reg = <1>; 34 reg = <1>;
35 clock-frequency = <1000000000>;
34 }; 36 };
35 cpu@2 { 37 cpu@2 {
36 device_type = "cpu"; 38 device_type = "cpu";
37 compatible = "arm,cortex-a9"; 39 compatible = "arm,cortex-a9";
38 reg = <2>; 40 reg = <2>;
41 clock-frequency = <1000000000>;
39 }; 42 };
40 cpu@3 { 43 cpu@3 {
41 device_type = "cpu"; 44 device_type = "cpu";
42 compatible = "arm,cortex-a9"; 45 compatible = "arm,cortex-a9";
43 reg = <3>; 46 reg = <3>;
47 clock-frequency = <1000000000>;
44 }; 48 };
45 }; 49 };
46 50