diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-27 22:38:36 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-11-05 09:08:44 -0500 |
commit | aab7a2414ba0d5c3d0571a90031b535adba7146a (patch) | |
tree | cc3aad09eefda74f83135c1768cd405d1fd29823 | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) |
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: e0f0bda79337701a ("arm64: dts: renesas: r8a7795: sort subnodes
of the soc node")
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index b5f2273caca4..a79c8d369e0b 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi | |||
@@ -652,7 +652,7 @@ | |||
652 | clock-names = "fck", "brg_int", "scif_clk"; | 652 | clock-names = "fck", "brg_int", "scif_clk"; |
653 | dmas = <&dmac1 0x35>, <&dmac1 0x34>, | 653 | dmas = <&dmac1 0x35>, <&dmac1 0x34>, |
654 | <&dmac2 0x35>, <&dmac2 0x34>; | 654 | <&dmac2 0x35>, <&dmac2 0x34>; |
655 | dma-names = "tx", "rx"; | 655 | dma-names = "tx", "rx", "tx", "rx"; |
656 | power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; | 656 | power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; |
657 | resets = <&cpg 518>; | 657 | resets = <&cpg 518>; |
658 | status = "disabled"; | 658 | status = "disabled"; |