Skip to content

Commit 7d029cc

Browse files
rsalvaterrambgg
authored andcommitted
arm64: dts: mt7622: specify the number of DMA requests
The MT7622 device tree never bothered to specify the number of virtual DMA channels for the HSDMA controller, always falling back to the default value of 3. Make this value explicit, in order to avoid the following dmesg notification: mtk_hsdma 1b007000.dma-controller: Using 3 as missing dma-requests property Signed-off-by: Rui Salvaterra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent c88fd98 commit 7d029cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/mediatek/mt7622.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@
917917
clock-names = "hsdma";
918918
power-domains = <&scpsys MT7622_POWER_DOMAIN_ETHSYS>;
919919
#dma-cells = <1>;
920+
dma-requests = <3>;
920921
};
921922

922923
eth: ethernet@1b100000 {

0 commit comments

Comments
 (0)