Commit e3e6dba1 authored by Florian Vaussard's avatar Florian Vaussard Committed by Dinh Nguyen

ARM: dts: socfpga: Add labels for CPU nodes

This makes it easier to reference the CPU nodes afterwards.
Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 439f5591
...@@ -37,13 +37,13 @@ cpus { ...@@ -37,13 +37,13 @@ cpus {
#size-cells = <0>; #size-cells = <0>;
enable-method = "altr,socfpga-smp"; enable-method = "altr,socfpga-smp";
cpu@0 { cpu0: cpu@0 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu"; device_type = "cpu";
reg = <0>; reg = <0>;
next-level-cache = <&L2>; next-level-cache = <&L2>;
}; };
cpu@1 { cpu1: cpu@1 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu"; device_type = "cpu";
reg = <1>; reg = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment