mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
ARM: dts: stm32: populate all timer counter nodes on stm32mp13
Counter driver originally had support limited to quadrature interface and simple counter. It has been improved[1], so add the remaining stm32 timer counter nodes. [1] https://lore.kernel.org/linux-arm-kernel/20240307133306.383045-1-fabrice.gasnier@foss.st.com/ Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
08d312c944
commit
ec9bd8e7c0
@@ -261,6 +261,11 @@ timers6: timer@40004000 {
|
||||
dma-names = "up";
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
timer@5 {
|
||||
compatible = "st,stm32h7-timer-trigger";
|
||||
reg = <5>;
|
||||
@@ -281,6 +286,11 @@ timers7: timer@40005000 {
|
||||
dma-names = "up";
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
timer@6 {
|
||||
compatible = "st,stm32h7-timer-trigger";
|
||||
reg = <6>;
|
||||
@@ -1196,6 +1206,11 @@ timers12: timer@4c007000 {
|
||||
access-controllers = <&etzpc 23>;
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "st,stm32-pwm";
|
||||
#pwm-cells = <3>;
|
||||
@@ -1221,6 +1236,11 @@ timers13: timer@4c008000 {
|
||||
access-controllers = <&etzpc 24>;
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "st,stm32-pwm";
|
||||
#pwm-cells = <3>;
|
||||
@@ -1246,6 +1266,11 @@ timers14: timer@4c009000 {
|
||||
access-controllers = <&etzpc 25>;
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "st,stm32-pwm";
|
||||
#pwm-cells = <3>;
|
||||
@@ -1276,6 +1301,11 @@ timers15: timer@4c00a000 {
|
||||
access-controllers = <&etzpc 26>;
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "st,stm32-pwm";
|
||||
#pwm-cells = <3>;
|
||||
@@ -1304,6 +1334,11 @@ timers16: timer@4c00b000 {
|
||||
access-controllers = <&etzpc 27>;
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "st,stm32-pwm";
|
||||
#pwm-cells = <3>;
|
||||
@@ -1332,6 +1367,11 @@ timers17: timer@4c00c000 {
|
||||
access-controllers = <&etzpc 28>;
|
||||
status = "disabled";
|
||||
|
||||
counter {
|
||||
compatible = "st,stm32-timer-counter";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm {
|
||||
compatible = "st,stm32-pwm";
|
||||
#pwm-cells = <3>;
|
||||
|
||||
Reference in New Issue
Block a user