Skip to content

Commit 7b7b08b

Browse files
paulusmackmaddy-kerneldev
authored andcommitted
powerpc/microwatt: Correct ISA version number in device tree
The kernel uses 3100 to indicate ISA version 3.1, not 3010, so fix the Microwatt device tree to use 3100. Signed-off-by: Paul Mackerras <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/aB6taMDWvJwOl9xj@bruin
1 parent a206d23 commit 7b7b08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/boot/dts/microwatt.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
ibm,powerpc-cpu-features {
3939
display-name = "Microwatt";
40-
isa = <3010>;
40+
isa = <3100>;
4141
device_type = "cpu-features";
4242
compatible = "ibm,powerpc-cpu-features";
4343

0 commit comments

Comments
 (0)