ARM: dts: WM8750: fix cpu compatible value
authorVladimir Zapolskiy <vz@mleia.com>
Fri, 25 Sep 2015 17:35:34 +0000 (20:35 +0300)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Oct 2015 19:59:38 +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/wm8750.dtsi

index 557a9c2..46d076d 100644 (file)
@@ -17,7 +17,7 @@
 
                cpu {
                        device_type = "cpu";
-                       compatible = "arm,arm1176ej-s";
+                       compatible = "arm,arm1176jzf";
                };
        };