dts: arc: fix cpu num
Fix the cpu number to match the node name Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
7ac767b880
commit
6a0fcf1b45
|
@ -17,7 +17,7 @@
|
|||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "snps,arcem";
|
||||
reg = <1>;
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
intc: arcv2-intc {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "snps,arcem";
|
||||
reg = <1>;
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
intc: arcv2-intc {
|
||||
|
|
Loading…
Reference in a new issue