Commit bc6cde35 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Shawn Guo

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: default avatarVladimir Zapolskiy <vz@mleia.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 149c08e0
...@@ -25,7 +25,7 @@ cpus { ...@@ -25,7 +25,7 @@ cpus {
#size-cells = <0>; #size-cells = <0>;
cpu { cpu {
compatible = "arm,arm1136"; compatible = "arm,arm1136jf-s";
device_type = "cpu"; device_type = "cpu";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment