Skip to content

Commit

Permalink
ARM: dts: i.MX35: fix cpu compatible value
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vladimir Zapolskiy authored and Shawn Guo committed Oct 19, 2015
1 parent bc6cde3 commit b2bbb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx35.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#size-cells = <0>;

cpu {
compatible = "arm,arm1136";
compatible = "arm,arm1136jf-s";
device_type = "cpu";
};
};
Expand Down

0 comments on commit b2bbb16

Please sign in to comment.