diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-09-25 20:35:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 22:45:19 +0800 |
commit | b2bbb1669d4f6c1513ba74351264a1abb69575f3 (patch) | |
tree | fde25565d2cde2b48e2a5faa4144d95461eb526c /arch/arm/boot/dts/imx35.dtsi | |
parent | bc6cde35893e300a3bd6b12ecbe75749486dc127 (diff) |
ARM: dts: i.MX35: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index e6540b5cfa4c..ed3dc3391d1c 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi @@ -29,7 +29,7 @@ #size-cells = <0>; cpu { - compatible = "arm,arm1136"; + compatible = "arm,arm1136jf-s"; device_type = "cpu"; }; }; |