diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-09-25 17:35:33 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-23 19:59:31 (GMT) |
commit | dffc912e2c4851960d4b9d33b33dca906b2911b1 (patch) | |
tree | df34092558becd525cda7809a3921bb2cb6edeb2 /arch/arm | |
parent | 355d1ef1adefa9bc76d0ae643aa80d611d2c2dad (diff) | |
download | linux-dffc912e2c4851960d4b9d33b33dca906b2911b1.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/nspire.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index 390c91a..ee5a0bb 100644 --- a/arch/arm/boot/dts/nspire.dtsi +++ b/arch/arm/boot/dts/nspire.dtsi @@ -16,7 +16,7 @@ cpus { cpu@0 { - compatible = "arm,arm926ejs"; + compatible = "arm,arm926ej-s"; }; }; |