On Fri, Nov 07, 2014 at 11:11:43AM +0100, Wolfram Sang wrote:
> From: Wolfram Sang <[email protected]>
> 
> Signed-off-by: Wolfram Sang <[email protected]>
> Acked-by: Laurent Pinchart <[email protected]>
> Acked-by: Geert Uytterhoeven <[email protected]>

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-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to