ARM: dts: TI-Nspire: 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> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
355d1ef1ad
commit
dffc912e2c
|
@ -16,7 +16,7 @@ / {
|
|||
|
||||
cpus {
|
||||
cpu@0 {
|
||||
compatible = "arm,arm926ejs";
|
||||
compatible = "arm,arm926ej-s";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue