Message ID | 87bm8itkta.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | aab7a2414ba0d5c3d0571a90031b535adba7146a |
Delegated to: | Simon Horman |
Headers | show |
Series | arm64: dts: renesas: r8a7795: add missing dma-names on hscif2 | expand |
On Fri, Sep 28, 2018 at 4:38 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > hscif2 has 4 dmas, but has only 2 dma-names. > This patch add missing dma-names. Nice catch! > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Fixes: e0f0bda79337701a ("arm64: dts: renesas: r8a7795: sort subnodes of the soc node") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Fri, Sep 28, 2018 at 08:48:47AM +0200, Geert Uytterhoeven wrote: > On Fri, Sep 28, 2018 at 4:38 AM Kuninori Morimoto > <kuninori.morimoto.gx@renesas.com> wrote: > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > > > hscif2 has 4 dmas, but has only 2 dma-names. > > This patch add missing dma-names. > > Nice catch! > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > Fixes: e0f0bda79337701a ("arm64: dts: renesas: r8a7795: sort subnodes > of the soc node") > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, I have tentatively applied this as a fix for v4.20.
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index b5f2273..a79c8d3 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -652,7 +652,7 @@ clock-names = "fck", "brg_int", "scif_clk"; dmas = <&dmac1 0x35>, <&dmac1 0x34>, <&dmac2 0x35>, <&dmac2 0x34>; - dma-names = "tx", "rx"; + dma-names = "tx", "rx", "tx", "rx"; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; resets = <&cpg 518>; status = "disabled";