]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: TI-Nspire: fix cpu compatible value
authorVladimir Zapolskiy <vz@mleia.com>
Fri, 25 Sep 2015 17:35:33 +0000 (20:35 +0300)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Oct 2015 19:59:31 +0000 (21:59 +0200)
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>
arch/arm/boot/dts/nspire.dtsi

index 390c91aea16d479e1b7cc10b6a82a278d2732c8f..ee5a0bb22354df10d9d3fc6d4179f7f8460fd933 100644 (file)
@@ -16,7 +16,7 @@
 
        cpus {
                cpu@0 {
-                       compatible = "arm,arm926ejs";
+                       compatible = "arm,arm926ej-s";
                };
        };