projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4593f
)
powerpc/5200: dts: digsy_mtc.dts: add timer0 and timer1 gpio properties
author
Anatolij Gustschin
<agust@denx.de>
Mon, 6 Jun 2011 22:27:05 +0000
(
00:27
+0200)
committer
Anatolij Gustschin
<agust@denx.de>
Thu, 22 Sep 2011 21:14:03 +0000
(23:14 +0200)
timer0 and timer1 pins are used as simple GPIO on this board.
Add gpio-controller and #gpio-cells properties to timer nodes
so that we can control gpio lines using available MPC52xx
GPT driver.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/boot/dts/digsy_mtc.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/digsy_mtc.dts
b/arch/powerpc/boot/dts/digsy_mtc.dts
index
e205d17
..
2aad7ae
100644
(file)
--- a/
arch/powerpc/boot/dts/digsy_mtc.dts
+++ b/
arch/powerpc/boot/dts/digsy_mtc.dts
@@
-23,7
+23,14
@@
soc5200@f0000000 {
timer@600 { // General Purpose Timer
+ #gpio-cells = <2>;
fsl,has-wdt;
+ gpio-controller;
+ };
+
+ timer@610 {
+ #gpio-cells = <2>;
+ gpio-controller;
};
rtc@800 {