提交 8ca31dbf 编写于 作者: N Neil Armstrong 提交者: Tony Lindgren

ARM: dts: add dm816x pwm property to timers

Adds ti,timer-pwm property to timers 4 to 7 to permit usage of their
PWM output fonctionnality via the dmtimer driver.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 df10eadf
...@@ -319,6 +319,7 @@ ...@@ -319,6 +319,7 @@
reg = <0x48044000 0x2000>; reg = <0x48044000 0x2000>;
interrupts = <92>; interrupts = <92>;
ti,hwmods = "timer4"; ti,hwmods = "timer4";
ti,timer-pwm;
}; };
timer5: timer@48046000 { timer5: timer@48046000 {
...@@ -326,6 +327,7 @@ ...@@ -326,6 +327,7 @@
reg = <0x48046000 0x2000>; reg = <0x48046000 0x2000>;
interrupts = <93>; interrupts = <93>;
ti,hwmods = "timer5"; ti,hwmods = "timer5";
ti,timer-pwm;
}; };
timer6: timer@48048000 { timer6: timer@48048000 {
...@@ -333,6 +335,7 @@ ...@@ -333,6 +335,7 @@
reg = <0x48048000 0x2000>; reg = <0x48048000 0x2000>;
interrupts = <94>; interrupts = <94>;
ti,hwmods = "timer6"; ti,hwmods = "timer6";
ti,timer-pwm;
}; };
timer7: timer@4804a000 { timer7: timer@4804a000 {
...@@ -340,6 +343,7 @@ ...@@ -340,6 +343,7 @@
reg = <0x4804a000 0x2000>; reg = <0x4804a000 0x2000>;
interrupts = <95>; interrupts = <95>;
ti,hwmods = "timer7"; ti,hwmods = "timer7";
ti,timer-pwm;
}; };
uart1: uart@48020000 { uart1: uart@48020000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册