Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: r8a779f0: Add DMA properties to SCIF3

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20220613134914.18655-1-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Wolfram Sang and committed by
Geert Uytterhoeven
c62872a6 86aefa0d

+3
+3
arch/arm64/boot/dts/renesas/r8a779f0.dtsi
··· 457 457 <&cpg CPG_CORE R8A779F0_CLK_S0D3_PER>, 458 458 <&scif_clk>; 459 459 clock-names = "fck", "brg_int", "scif_clk"; 460 + dmas = <&dmac0 0x57>, <&dmac0 0x56>, 461 + <&dmac1 0x57>, <&dmac1 0x56>; 462 + dma-names = "tx", "rx", "tx", "rx"; 460 463 power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; 461 464 resets = <&cpg 704>; 462 465 status = "disabled";