From: Paul Mackerras Date: Sat, 10 May 2025 01:35:36 +0000 (+1000) Subject: powerpc/microwatt: Correct ISA version number in device tree X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7b08b508bdbc1c601fd60dd90ca6087609c253;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Madhavan Srinivasan Link: https://patch.msgid.link/aB6taMDWvJwOl9xj@bruin --- diff --git a/arch/powerpc/boot/dts/microwatt.dts b/arch/powerpc/boot/dts/microwatt.dts index b7eac4e56019e..292b909ca9ce4 100644 --- a/arch/powerpc/boot/dts/microwatt.dts +++ b/arch/powerpc/boot/dts/microwatt.dts @@ -37,7 +37,7 @@ ibm,powerpc-cpu-features { display-name = "Microwatt"; - isa = <3010>; + isa = <3100>; device_type = "cpu-features"; compatible = "ibm,powerpc-cpu-features";