]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: i.MX35: fix cpu compatible value
authorVladimir Zapolskiy <vz@mleia.com>
Fri, 25 Sep 2015 17:35:31 +0000 (20:35 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:19 +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/imx35.dtsi

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