]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
powerpc/microwatt: Correct ISA version number in device tree
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 10 May 2025 01:35:36 +0000 (11:35 +1000)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Mon, 23 Jun 2025 04:26:28 +0000 (09:56 +0530)
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
arch/powerpc/boot/dts/microwatt.dts

index b7eac4e56019eaa84d8afe70c639f2112defdd7d..292b909ca9ce4ea242c1e632e05549b759fc4a38 100644 (file)
@@ -37,7 +37,7 @@
 
                ibm,powerpc-cpu-features {
                        display-name = "Microwatt";
-                       isa = <3010>;
+                       isa = <3100>;
                        device_type = "cpu-features";
                        compatible = "ibm,powerpc-cpu-features";