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 <paulus@ozlabs.org>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/aB6taMDWvJwOl9xj@bruin
This commit is contained in:
Paul Mackerras 2025-05-10 11:35:36 +10:00 committed by Madhavan Srinivasan
parent a206d23340
commit 7b7b08b508

View File

@ -37,7 +37,7 @@ cpus {
ibm,powerpc-cpu-features {
display-name = "Microwatt";
isa = <3010>;
isa = <3100>;
device_type = "cpu-features";
compatible = "ibm,powerpc-cpu-features";