Skip to content

Commit

Permalink
Explicitly set x86 compat in intel_ish5
Browse files Browse the repository at this point in the history
This dtsi is 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 <[email protected]>
  • Loading branch information
PiotrZierhoffer committed Sep 16, 2024
1 parent 9a1be32 commit 3874a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/x86/intel/intel_ish5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 3874a79

Please sign in to comment.