diff options
author | Quentin Schulz <quentin.schulz@bootlin.com> | 2018-02-28 14:11:20 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-28 15:25:36 +0100 |
commit | d4cbbb16915ba85aebe2386adc590ff6c9049635 (patch) | |
tree | f0e5dc526bbbf72db3ed7900877f317e0e4541ae /arch/arm/boot/dts/sun8i-a83t.dtsi | |
parent | ARM: dtsi: axp81x: remove IP name from DT node name (diff) | |
download | linux-d4cbbb16915ba85aebe2386adc590ff6c9049635.tar.xz linux-d4cbbb16915ba85aebe2386adc590ff6c9049635.zip |
ARM: dts: sun8i: a83t: add cpu0 and cpu100 labels
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a83t.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index 46ae4faa5894..016d22f63520 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -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>; |