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
buffalo Buffalo, Inc.
bticino Bticino International
cadence Cadence Design Systems, Inc.
calxeda Calxeda
capella Capella Microsystems, Inc
cascoda Cascoda, Ltd.

View file

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

View file

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