projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05118a8
)
ARM: dts: Add missing frequency property to exynos5250
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 11 Dec 2013 21:54:34 +0000
(06:54 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 11 Dec 2013 21:54:34 +0000
(06:54 +0900)
Added missing clock frequency property to CPU node to avoid
boot time warnings.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/exynos5250.dtsi
b/arch/arm/boot/dts/exynos5250.dtsi
index 9db5047812f3d6c05a36643abbea0e1fb33e8195..d871e6241d8ad81c8ece319cb9aee2b4633edba8 100644
(file)
--- a/
arch/arm/boot/dts/exynos5250.dtsi
+++ b/
arch/arm/boot/dts/exynos5250.dtsi
@@
-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>;
};
};