diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-02-06 10:09:53 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-28 16:09:07 +0100 |
commit | 585ca873ef572f1092e1504418c42f2703be1ea8 (patch) | |
tree | 3ae154ff91431e7d002e5440055a823ca2e61061 /arch/arm/dts/zynqmp.dtsi | |
parent | 40d1f8af17e706afe3265f3d64f5bf8027be5468 (diff) | |
download | u-boot-585ca873ef572f1092e1504418c42f2703be1ea8.tar.gz |
arm64: zynqmp: Add references to cpu nodes
Add missing references to all cpu nodes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp.dtsi')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 1fd570bc2f..101427045a 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -17,7 +17,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a53", "arm,armv8"; device_type = "cpu"; enable-method = "psci"; @@ -25,7 +25,7 @@ cpu-idle-states = <&CPU_SLEEP_0>; }; - cpu@1 { + cpu1: cpu@1 { compatible = "arm,cortex-a53", "arm,armv8"; device_type = "cpu"; enable-method = "psci"; @@ -33,7 +33,7 @@ cpu-idle-states = <&CPU_SLEEP_0>; }; - cpu@2 { + cpu2: cpu@2 { compatible = "arm,cortex-a53", "arm,armv8"; device_type = "cpu"; enable-method = "psci"; @@ -41,7 +41,7 @@ cpu-idle-states = <&CPU_SLEEP_0>; }; - cpu@3 { + cpu3: cpu@3 { compatible = "arm,cortex-a53", "arm,armv8"; device_type = "cpu"; enable-method = "psci"; |