[9610] arm64: dts: Add cpu-map nodes.
authorlakkyung.jung <lakkyung.jung@samsung.com>
Mon, 14 May 2018 04:49:19 +0000 (13:49 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:37:32 +0000 (17:37 +0900)
Change-Id: Id77f7a565b983f81234b010f0be926cf473b41e5
Signed-off-by: lakkyung.jung <lakkyung.jung@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610.dtsi

index 21a01ed50916f6d7066fc654fe88540476a6fe1b..4fd7ee6b3e0c982111c9d8f1c87cdb4cd63e15ed 100644 (file)
                #address-cells = <2>;
                #size-cells = <0>;
 
+               cpu-map {
+                       cluster0 {
+                               coregroup0 {
+                                       core0 {
+                                               cpu = <&cpu0>;
+                                       };
+                                       core1 {
+                                               cpu = <&cpu1>;
+                                       };
+                                       core2 {
+                                               cpu = <&cpu2>;
+                                       };
+                                       core3 {
+                                               cpu = <&cpu3>;
+                                       };
+                               };
+                       };
+
+                       cluster1 {
+                               coregroup0 {
+                                       core0 {
+                                               cpu = <&cpu4>;
+                                       };
+                                       core1 {
+                                               cpu = <&cpu5>;
+                                       };
+                                       core2 {
+                                               cpu = <&cpu6>;
+                                       };
+                                       core3 {
+                                               cpu = <&cpu7>;
+                                       };
+                               };
+                       };
+
+               };
+
                cpu0: cpu@100 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a53", "arm,armv8";