ARM: dts: i.MX31: fix cpu compatible value
authorVladimir Zapolskiy <vz@mleia.com>
Fri, 25 Sep 2015 17:35:30 +0000 (20:35 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:18 +0000 (22:45 +0800)
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>
Cc: Sascha Hauer <kernel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx31.dtsi

index c34f825..5fdb222 100644 (file)
@@ -25,7 +25,7 @@
                #size-cells = <0>;
 
                cpu {
-                       compatible = "arm,arm1136";
+                       compatible = "arm,arm1136jf-s";
                        device_type = "cpu";
                };
        };