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

ARM: dts: TI-Nspire: fix cpu compatible value

The change corrects cpu compatible property to a defined one,
see Documentation/devicetree/bindings/arm/cpus.txt

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Vladimir Zapolskiy and committed by
Arnd Bergmann
dffc912e 355d1ef1

+1 -1
+1 -1
arch/arm/boot/dts/nspire.dtsi
··· 16 16 17 17 cpus { 18 18 cpu@0 { 19 - compatible = "arm,arm926ejs"; 19 + compatible = "arm,arm926ej-s"; 20 20 }; 21 21 }; 22 22