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:
bc6cde3
)
ARM: dts: i.MX35: fix cpu compatible value
author
Vladimir Zapolskiy
<vz@mleia.com>
Fri, 25 Sep 2015 17:35:31 +0000
(20:35 +0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:19 +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/imx35.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx35.dtsi
b/arch/arm/boot/dts/imx35.dtsi
index e6540b5cfa4cac9c06d354be4fdea73c999cd85b..ed3dc3391d1c54e41803b32b059d06f82771aae9 100644
(file)
--- a/
arch/arm/boot/dts/imx35.dtsi
+++ b/
arch/arm/boot/dts/imx35.dtsi
@@
-29,7
+29,7
@@
#size-cells = <0>;
cpu {
- compatible = "arm,arm1136";
+ compatible = "arm,arm1136
jf-s
";
device_type = "cpu";
};
};