projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f22521
)
ARM: dts: i.MX6qdl: Add i.MX31 compatible to gpt node
author
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 25 Jun 2013 13:51:47 +0000
(15:51 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:26 +0000
(23:28 +0800)
The i.MX6 gpt is handled by the i.MX31 gpt driver in the kernel,
so add a corresponding compatible entry.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl.dtsi
b/arch/arm/boot/dts/imx6qdl.dtsi
index 9efaa56a68d64c742ceb4e19d991dd54d3bf3ead..7707f2e200f0ac045437c5cea2f5e830d1246ac3 100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl.dtsi
@@
-294,7
+294,7
@@
};
gpt: gpt@02098000 {
- compatible = "fsl,imx6q-gpt";
+ compatible = "fsl,imx6q-gpt"
, "fsl,imx31-gpt"
;
reg = <0x02098000 0x4000>;
interrupts = <0 55 0x04>;
clocks = <&clks 119>, <&clks 120>;