Skip to content

Commit f70485f

Browse files
amitchonebrillpowerkartben
authored andcommitted
dts: arm: st: h7: Correct dma-request value for H743 DMAMUX2
Reduces value of dma-requests to 12 as specified in RM0433 Signed-off-by: Adam Mitchell <[email protected]>
1 parent 9f19359 commit f70485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/h7/stm32h743.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
};
2727

2828
dmamux2: dmamux@58025800 {
29-
dma-requests= <107>;
29+
dma-requests= <12>;
3030
};
3131

3232
usbotg_fs: usb@40080000 {

0 commit comments

Comments
 (0)