[PATCH 27/27] ARM: dts: exynos3250: Add CPUs dt node for Exynos3250
Chanwoo Choi
cw00.choi at samsung.com
Thu Apr 10 03:06:17 PDT 2014
This patch add CPUs dt node for Exynos3250 which uses the Cortex-A7 dual core.
Signed-off-by: Chanwoo Choi <cw00.choi at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
arch/arm/boot/dts/exynos3250.dtsi | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 192770a..cb87087 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -42,6 +42,23 @@
i2c7 = &i2c_7;
};
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ cpu at 0 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a7";
+ reg = <0>;
+ };
+
+ cpu at 1 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a7";
+ reg = <1>;
+ };
+ };
+
fixed-rate-clocks {
compatible = "simple-bus";
#address-cells = <1>;
--
1.8.0
More information about the linux-arm-kernel
mailing list