Skip to content

Commit b94e152

Browse files
committed
fixup! misc: rp1-pio: Request a DMA burst size of 8
Revert the change to the DMA TX FIFO threshold. See: raspberrypi/utils#116 Signed-off-by: Phil Elwell <[email protected]>
1 parent 4d179c1 commit b94e152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/rp1-pio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define RP1_PIO_FIFO_RX2 0x18
5151
#define RP1_PIO_FIFO_RX3 0x1c
5252

53-
#define RP1_PIO_DMACTRL_DEFAULT 0x80000108
53+
#define RP1_PIO_DMACTRL_DEFAULT 0x80000104
5454

5555
#define HANDLER(_n, _f) \
5656
[_IOC_NR(PIO_IOC_ ## _n)] = { #_n, rp1_pio_ ## _f, _IOC_SIZE(PIO_IOC_ ## _n) }

0 commit comments

Comments
 (0)