Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: i.MX31: fix cpu compatible value

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>

authored by

Vladimir Zapolskiy and committed by
Shawn Guo
bc6cde35 149c08e0

+1 -1
+1 -1
arch/arm/boot/dts/imx31.dtsi
··· 25 25 #size-cells = <0>; 26 26 27 27 cpu { 28 - compatible = "arm,arm1136"; 28 + compatible = "arm,arm1136jf-s"; 29 29 device_type = "cpu"; 30 30 }; 31 31 };