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:
parent
8f14d08bf5
commit
12a27f31a1
@ -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>;
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "intel,lakemont";
|
||||
compatible = "intel,lakemont", "intel,x86";
|
||||
d-cache-line-size = <64>;
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user