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:
parent
6589286717
commit
aa8901c332
3 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||||
|
|
|
@ -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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue