Skip to content

Commit aab7a24

Browse files
morimotohorms
authored andcommitted
arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
hscif2 has 4 dmas, but has only 2 dma-names. This patch add missing dma-names. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Fixes: e0f0bda ("arm64: dts: renesas: r8a7795: sort subnodes of the soc node") Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 6510223 commit aab7a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/renesas/r8a7795.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
clock-names = "fck", "brg_int", "scif_clk";
653653
dmas = <&dmac1 0x35>, <&dmac1 0x34>,
654654
<&dmac2 0x35>, <&dmac2 0x34>;
655-
dma-names = "tx", "rx";
655+
dma-names = "tx", "rx", "tx", "rx";
656656
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
657657
resets = <&cpg 518>;
658658
status = "disabled";

0 commit comments

Comments
 (0)