Skip to content

Commit

Permalink
ARM: dts: TI-Nspire: 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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Vladimir Zapolskiy authored and Arnd Bergmann committed Oct 23, 2015
1 parent 355d1ef commit dffc912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nspire.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cpus {
cpu@0 {
compatible = "arm,arm926ejs";
compatible = "arm,arm926ej-s";
};
};

Expand Down

0 comments on commit dffc912

Please sign in to comment.