[U-Boot] [PATCH 01/40] arm64: zynqmp: Add references to cpu nodes
Michal Simek
michal.simek at xilinx.com
Mon Nov 6 12:12:33 UTC 2017
Add missing references to all cpu nodes.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 1fd570bc2fa0..101427045acb 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -17,7 +17,7 @@
#address-cells = <1>;
#size-cells = <0>;
- cpu at 0 {
+ cpu0: cpu at 0 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
@@ -25,7 +25,7 @@
cpu-idle-states = <&CPU_SLEEP_0>;
};
- cpu at 1 {
+ cpu1: cpu at 1 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
@@ -33,7 +33,7 @@
cpu-idle-states = <&CPU_SLEEP_0>;
};
- cpu at 2 {
+ cpu2: cpu at 2 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
@@ -41,7 +41,7 @@
cpu-idle-states = <&CPU_SLEEP_0>;
};
- cpu at 3 {
+ cpu3: cpu at 3 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
enable-method = "psci";
--
1.9.1
More information about the U-Boot
mailing list