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:
dffc912
)
ARM: dts: WM8750: fix cpu compatible value
author
Vladimir Zapolskiy
<vz@mleia.com>
Fri, 25 Sep 2015 17:35:34 +0000
(20:35 +0300)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 23 Oct 2015 19:59:38 +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/wm8750.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/wm8750.dtsi
b/arch/arm/boot/dts/wm8750.dtsi
index 557a9c2ace49faadac1f0698b4f32d8361a1f1eb..46d076d7302b24e5234de911f66ff950205f67d5 100644
(file)
--- a/
arch/arm/boot/dts/wm8750.dtsi
+++ b/
arch/arm/boot/dts/wm8750.dtsi
@@
-17,7
+17,7
@@
cpu {
device_type = "cpu";
- compatible = "arm,arm1176
ej-s
";
+ compatible = "arm,arm1176
jzf
";
};
};