diff options
| author | Vladimir Zapolskiy <[email protected]> | 2015-09-25 20:35:33 +0300 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2015-10-23 21:59:31 +0200 |
| commit | dffc912e2c4851960d4b9d33b33dca906b2911b1 (patch) | |
| tree | df34092558becd525cda7809a3921bb2cb6edeb2 | |
| parent | 355d1ef1adefa9bc76d0ae643aa80d611d2c2dad (diff) | |
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
| -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 390c91aea16d..ee5a0bb22354 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"; }; }; |