diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-09-21 18:09:15 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-10-02 16:46:52 +0200 |
commit | 92e5d4e9398eabf997075bed2543d7fd783e1ab0 (patch) | |
tree | 35cf0fda0175218772db2d37a62e8ce5bbdd7996 /arch/arm64/boot/dts/marvell/armada-372x.dtsi | |
parent | arm64: dts: marvell: armada-37xx: add nodes to support watchdog (diff) | |
download | linux-92e5d4e9398eabf997075bed2543d7fd783e1ab0.tar.xz linux-92e5d4e9398eabf997075bed2543d7fd783e1ab0.zip |
arm64: dts: marvell: Add node labels for the cpus
Aligned with what we have done for the others nodes. It will also allow
to easily modify the cpu configuration at board (or sub-SoC) level.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-372x.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-372x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-372x.dtsi b/arch/arm64/boot/dts/marvell/armada-372x.dtsi index 97558a64e276..6800945a88ad 100644 --- a/arch/arm64/boot/dts/marvell/armada-372x.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-372x.dtsi @@ -16,7 +16,7 @@ compatible = "marvell,armada3720", "marvell,armada3710"; cpus { - cpu@1 { + cpu1: cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a53","arm,armv8"; reg = <0x1>; |