Skip to content

Commit

Permalink
dts: xtensa: Fix compatible for xtensa lx6
Browse files Browse the repository at this point in the history
Fix compatible for xtensa lx6

Signed-off-by: Yannis Damigos <[email protected]>
  • Loading branch information
ydamigos authored and nashif committed Jun 16, 2019
1 parent 6589286 commit aa8901c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions dts/bindings/vendor-prefixes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions dts/xtensa/esp32.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

Expand Down
4 changes: 2 additions & 2 deletions dts/xtensa/intel_s1000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

Expand Down

0 comments on commit aa8901c

Please sign in to comment.