Hi Wolfram, Thank you for the patch. On Friday 31 October 2014 11:51:17 Wolfram Sang wrote: > From: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > 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"; > }; -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html