Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Paul Mackerras and committed by
Madhavan Srinivasan
7b7b08b5 a206d233

+1 -1
+1 -1
arch/powerpc/boot/dts/microwatt.dts
··· 37 37 38 38 ibm,powerpc-cpu-features { 39 39 display-name = "Microwatt"; 40 - isa = <3010>; 40 + isa = <3100>; 41 41 device_type = "cpu-features"; 42 42 compatible = "ibm,powerpc-cpu-features"; 43 43