projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355d1ef
)
ARM: dts: TI-Nspire: fix cpu compatible value
author
Vladimir Zapolskiy
<vz@mleia.com>
Fri, 25 Sep 2015 17:35:33 +0000
(20:35 +0300)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 23 Oct 2015 19:59:31 +0000
(21:59 +0200)
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>
arch/arm/boot/dts/nspire.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/nspire.dtsi
b/arch/arm/boot/dts/nspire.dtsi
index 390c91aea16d479e1b7cc10b6a82a278d2732c8f..ee5a0bb22354df10d9d3fc6d4179f7f8460fd933 100644
(file)
--- 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";
};
};