mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
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>
This commit is contained in:
parent
149c08e075
commit
bc6cde3589
@ -25,7 +25,7 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
cpu {
|
||||
compatible = "arm,arm1136";
|
||||
compatible = "arm,arm1136jf-s";
|
||||
device_type = "cpu";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user