intel: Explicitly set x86 compat in intel_ish5 and lakemont

Those dtsi are a base for a range of 32-bit platforms. Setting this
compatible makes it easier to distinguish all 32-bit x86 platforms.

Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>

y
This commit is contained in:
Piotr Zierhoffer 2024-09-16 14:55:10 +02:00 committed by Anas Nashif
parent 8f14d08bf5
commit 12a27f31a1
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
cpu0: cpu0@0 {
device_type = "cpu";
compatible = "intel,ish";
compatible = "intel,ish", "intel,x86";
reg = <0>;
cpu-power-states = <&d0i0 &d0i2 &d0i3>;
};

View File

@ -14,7 +14,7 @@
cpu@0 {
device_type = "cpu";
compatible = "intel,lakemont";
compatible = "intel,lakemont", "intel,x86";
d-cache-line-size = <64>;
reg = <0>;
};