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:
Kumar Gala 2019-07-02 11:48:12 -05:00 committed by Kumar Gala
parent 7ac767b880
commit 6a0fcf1b45
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
cpu@0 {
device_type = "cpu";
compatible = "snps,arcem";
reg = <1>;
reg = <0>;
};
intc: arcv2-intc {

View file

@ -18,7 +18,7 @@
cpu@0 {
device_type = "cpu";
compatible = "snps,arcem";
reg = <1>;
reg = <0>;
};
intc: arcv2-intc {