projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
149c08e
)
ARM: dts: i.MX31: fix cpu compatible value
author
Vladimir Zapolskiy
<vz@mleia.com>
Fri, 25 Sep 2015 17:35:30 +0000
(20:35 +0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:18 +0000
(22:45 +0800)
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>
Cc: Sascha Hauer <kernel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx31.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx31.dtsi
b/arch/arm/boot/dts/imx31.dtsi
index c34f82581248a98f1b3a83da99fa50eda502a42c..5fdb222636a7499a7a5df322ddb95ffcc7cc0e5e 100644
(file)
--- a/
arch/arm/boot/dts/imx31.dtsi
+++ b/
arch/arm/boot/dts/imx31.dtsi
@@
-25,7
+25,7
@@
#size-cells = <0>;
cpu {
- compatible = "arm,arm1136";
+ compatible = "arm,arm1136
jf-s
";
device_type = "cpu";
};
};