arm64: dts: allwinner: h5: Add cpu0 label for first cpu
authorChen-Yu Tsai <wens@csie.org>
Tue, 24 Apr 2018 11:34:22 +0000 (19:34 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 25 Apr 2018 07:14:26 +0000 (09:14 +0200)
At the board level, we want to be able to specify what regulator
supplies power to the cpu domain.

Add a label to the first cpu node so we can reference it later.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi

index e237c05..62d646b 100644 (file)
@@ -47,7 +47,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@0 {
+               cpu0: cpu@0 {
                        compatible = "arm,cortex-a53", "arm,armv8";
                        device_type = "cpu";
                        reg = <0>;