diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-09-25 20:35:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 17:45:18 +0300 |
commit | bc6cde35893e300a3bd6b12ecbe75749486dc127 (patch) | |
tree | 13f46491928810ff2d7f9e5293ed5266d4980a8e | |
parent | 149c08e075953dd6323545808cdfd8c95e9d1b20 (diff) | |
download | linux-bc6cde35893e300a3bd6b12ecbe75749486dc127.tar.xz |
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>
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index c34f82581248..5fdb222636a7 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -25,7 +25,7 @@ #size-cells = <0>; cpu { - compatible = "arm,arm1136"; + compatible = "arm,arm1136jf-s"; device_type = "cpu"; }; }; |