Message ID | 1415355104-2031-5-git-send-email-wsa@the-dreams.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 0d73ca41e8bb3b06c6c1a3a9a5d2aba908929d44 |
Delegated to: | Simon Horman |
Headers | show |
On Fri, Nov 07, 2014 at 11:11:43AM +0100, Wolfram Sang wrote: > From: Wolfram Sang <wsa+renesas@sang-engineering.com> > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, I have queued this up. > --- > arch/arm/boot/dts/r8a7790.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi > index 69b7cd0e7fb3..7e836cc86098 100644 > --- a/arch/arm/boot/dts/r8a7790.dtsi > +++ b/arch/arm/boot/dts/r8a7790.dtsi > @@ -359,6 +359,8 @@ > reg = <0 0xe6500000 0 0x425>; > interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&mstp3_clks R8A7790_CLK_IIC0>; > + dmas = <&dmac0 0x61>, <&dmac0 0x62>; > + dma-names = "tx", "rx"; > status = "disabled"; > }; > > @@ -369,6 +371,8 @@ > reg = <0 0xe6510000 0 0x425>; > interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&mstp3_clks R8A7790_CLK_IIC1>; > + dmas = <&dmac0 0x65>, <&dmac0 0x66>; > + dma-names = "tx", "rx"; > status = "disabled"; > }; > > @@ -379,6 +383,8 @@ > reg = <0 0xe6520000 0 0x425>; > interrupts = <0 176 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&mstp3_clks R8A7790_CLK_IIC2>; > + dmas = <&dmac0 0x69>, <&dmac0 0x6a>; > + dma-names = "tx", "rx"; > status = "disabled"; > }; > > @@ -389,6 +395,8 @@ > reg = <0 0xe60b0000 0 0x425>; > interrupts = <0 173 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&mstp9_clks R8A7790_CLK_IICDVFS>; > + dmas = <&dmac0 0x77>, <&dmac0 0x78>; > + dma-names = "tx", "rx"; > status = "disabled"; > }; > > -- > 2.1.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 69b7cd0e7fb3..7e836cc86098 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -359,6 +359,8 @@ reg = <0 0xe6500000 0 0x425>; interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp3_clks R8A7790_CLK_IIC0>; + dmas = <&dmac0 0x61>, <&dmac0 0x62>; + dma-names = "tx", "rx"; status = "disabled"; }; @@ -369,6 +371,8 @@ reg = <0 0xe6510000 0 0x425>; interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp3_clks R8A7790_CLK_IIC1>; + dmas = <&dmac0 0x65>, <&dmac0 0x66>; + dma-names = "tx", "rx"; status = "disabled"; }; @@ -379,6 +383,8 @@ reg = <0 0xe6520000 0 0x425>; interrupts = <0 176 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp3_clks R8A7790_CLK_IIC2>; + dmas = <&dmac0 0x69>, <&dmac0 0x6a>; + dma-names = "tx", "rx"; status = "disabled"; }; @@ -389,6 +395,8 @@ reg = <0 0xe60b0000 0 0x425>; interrupts = <0 173 IRQ_TYPE_LEVEL_HIGH>; clocks = <&mstp9_clks R8A7790_CLK_IICDVFS>; + dmas = <&dmac0 0x77>, <&dmac0 0x78>; + dma-names = "tx", "rx"; status = "disabled"; };