dts: xtensa: Fix compatible for xtensa lx6

Fix compatible for xtensa lx6

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2019-06-16 13:28:57 +03:00 committed by Anas Nashif
commit aa8901c332
3 changed files with 5 additions and 4 deletions

View file

@ -63,6 +63,7 @@ boundary Boundary Devices Inc.
brcm Broadcom Corporation brcm Broadcom Corporation
buffalo Buffalo, Inc. buffalo Buffalo, Inc.
bticino Bticino International bticino Bticino International
cadence Cadence Design Systems, Inc.
calxeda Calxeda calxeda Calxeda
capella Capella Microsystems, Inc capella Capella Microsystems, Inc
cascoda Cascoda, Ltd. cascoda Cascoda, Ltd.

View file

@ -12,13 +12,13 @@
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "LX6"; compatible = "cadence,tensilica-xtensa-lx6";
reg = <0>; reg = <0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "LX6"; compatible = "cadence,tensilica-xtensa-lx6";
reg = <1>; reg = <1>;
}; };

View file

@ -14,13 +14,13 @@
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "LX6"; compatible = "cadence,tensilica-xtensa-lx6";
reg = <0>; reg = <0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "LX6"; compatible = "cadence,tensilica-xtensa-lx6";
reg = <1>; reg = <1>;
}; };