ARM: dts: rockchip: add phandles to secondary cpu cores
authorHeiko Stuebner <heiko.stuebner@bq.com>
Mon, 15 Oct 2018 12:46:19 +0000 (14:46 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 27 Nov 2018 14:11:39 +0000 (15:11 +0100)
Add phandles to secondary cpu cores as we may need to reference these
down the road as well.

Signed-off-by: Heiko Stuebner <heiko.stuebner@bq.com>
arch/arm/boot/dts/rk3188.dtsi

index f1f7a36b46d4afd0a57c6d9a3aee54db1dae04a3..4acb501dd3f8ef31355f2ae2adb9d6a60a386d40 100644 (file)
@@ -28,7 +28,7 @@
                        operating-points-v2 = <&cpu0_opp_table>;
                        resets = <&cru SRST_CORE0>;
                };
-               cpu@1 {
+               cpu1: cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        next-level-cache = <&L2>;
@@ -36,7 +36,7 @@
                        operating-points-v2 = <&cpu0_opp_table>;
                        resets = <&cru SRST_CORE1>;
                };
-               cpu@2 {
+               cpu2: cpu@2 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        next-level-cache = <&L2>;
@@ -44,7 +44,7 @@
                        operating-points-v2 = <&cpu0_opp_table>;
                        resets = <&cru SRST_CORE2>;
                };
-               cpu@3 {
+               cpu3: cpu@3 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        next-level-cache = <&L2>;