]> Git Repo - linux.git/commitdiff
ARM: dts: WM8750: fix cpu compatible value
authorVladimir Zapolskiy <[email protected]>
Fri, 25 Sep 2015 17:35:34 +0000 (20:35 +0300)
committerArnd Bergmann <[email protected]>
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/boot/dts/wm8750.dtsi

index 557a9c2ace49faadac1f0698b4f32d8361a1f1eb..46d076d7302b24e5234de911f66ff950205f67d5 100644 (file)
@@ -17,7 +17,7 @@
 
                cpu {
                        device_type = "cpu";
-                       compatible = "arm,arm1176ej-s";
+                       compatible = "arm,arm1176jzf";
                };
        };
 
This page took 0.067305 seconds and 4 git commands to generate.