Skip to content

Commit 5d49b59

Browse files
committed
pwm: pio-rp1: don't flag driver as using atomic ops
The functions are implemented over a RPC pipe, so may sleep. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
1 parent 67f3a61 commit 5d49b59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/pwm/pwm-pio-rp1.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ static int pwm_pio_rp1_probe(struct platform_device *pdev)
224224
pwm_pio_resolution = (1000u * 1000 * 1000 * pwm_loop_ticks) / clock_get_hz(clk_sys);
225225

226226
chip->ops = &pwm_pio_rp1_ops;
227-
chip->atomic = true;
228227
chip->npwm = 1;
229228

230229
platform_set_drvdata(pdev, ppwm);

0 commit comments

Comments
 (0)