Skip to content

Commit 00a39c9

Browse files
grygoriyStmlind
authored andcommitted
ARM: dts: dra7-l4: mark timer13-16 as pwm capable
DMTimers 13 - 16 are PWM capable and also can be used for CPTS input signals generation. Hence, mark them as "ti,timer-pwm". Signed-off-by: Grygorii Strashko <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 78722d3 commit 00a39c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/dra7-l4.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3474,6 +3474,7 @@
34743474
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
34753475
clock-names = "fck";
34763476
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
3477+
ti,timer-pwm;
34773478
};
34783479
};
34793480

@@ -3501,6 +3502,7 @@
35013502
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
35023503
clock-names = "fck";
35033504
interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
3505+
ti,timer-pwm;
35043506
};
35053507
};
35063508

@@ -3528,6 +3530,7 @@
35283530
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
35293531
clock-names = "fck";
35303532
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
3533+
ti,timer-pwm;
35313534
};
35323535
};
35333536

@@ -3555,6 +3558,7 @@
35553558
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
35563559
clock-names = "fck";
35573560
interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
3561+
ti,timer-pwm;
35583562
};
35593563
};
35603564

0 commit comments

Comments
 (0)