Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0da80563 authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim
Browse files

ARM: dts: Add missing frequency property to exynos5250



Added missing clock frequency property to CPU node to avoid
boot time warnings.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 05118a8e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,11 +60,13 @@
			device_type = "cpu";
			compatible = "arm,cortex-a15";
			reg = <0>;
			clock-frequency = <1700000000>;
		};
		cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a15";
			reg = <1>;
			clock-frequency = <1700000000>;
		};
	};