ARM: dts: sun8i: a83t: add cpu0 and cpu100 labels
authorQuentin Schulz <quentin.schulz@bootlin.com>
Wed, 28 Feb 2018 13:11:20 +0000 (14:11 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Feb 2018 14:25:36 +0000 (15:25 +0100)
The Allwinner A83T is a SoC with two clusters of 4 A7, each cluster
having its own regulator and clock.

The regulators are board-specific, thus we need labels for cpu0 and
cpu100 so that we can use references to these nodes from the board
header file.

Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-a83t.dtsi

index 46ae4fa..016d22f 100644 (file)
@@ -60,7 +60,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@0 {
+               cpu0: cpu@0 {
                        compatible = "arm,cortex-a7";
                        device_type = "cpu";
                        reg = <0>;
@@ -84,7 +84,7 @@
                        reg = <3>;
                };
 
-               cpu@100 {
+               cpu100: cpu@100 {
                        compatible = "arm,cortex-a7";
                        device_type = "cpu";
                        reg = <0x100>;