Skip to content

Commit 1adce57

Browse files
Ta Minh Nhatkartben
authored andcommitted
tests: drivers: pwm: Change pwm channel for ek_ra6m3
Change default pwm to pwm0 on ek_ra6m3 in test app pwm_loopback to avoid pin conflict with ethernet phy. Signed-off-by: Ta Minh Nhat <nhat-minh.ta.yn@bp.renesas.com>
1 parent ee5b932 commit 1adce57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/pwm/pwm_loopback/boards/ek_ra6m3.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pwm_loopback_0 {
1212
compatible = "test-pwm-loopback";
1313
/* first index must be a 32-Bit timer */
14-
pwms = <&pwm1 0 0 PWM_POLARITY_NORMAL>,
14+
pwms = <&pwm0 0 0 PWM_POLARITY_NORMAL>,
1515
<&pwm4 0 0 PWM_POLARITY_NORMAL>;
1616
};
1717
};

0 commit comments

Comments
 (0)