devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH 15/16] arm: dts: dra7: add DMA properties for UART
           [not found] <1410377411-26656-1-git-send-email-bigeasy@linutronix.de>
           [not found] ` <1410377411-26656-1-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
    @ 2014-09-10 19:30 ` Sebastian Andrzej Siewior
      1 sibling, 0 replies; 2+ messages in thread
    From: Sebastian Andrzej Siewior @ 2014-09-10 19:30 UTC (permalink / raw)
      To: linux-serial
      Cc: linux-kernel, linux-omap, linux-arm-kernel, tony, balbi, gregkh,
    	Sebastian Andrzej Siewior, devicetree
    
    Cc: devicetree@vger.kernel.org
    Reviewed-by: Tony Lindgren <tony@atomide.com>
    Tested-by: Tony Lindgren <tony@atomide.com>
    Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    ---
     arch/arm/boot/dts/dra7.dtsi | 12 ++++++++++++
     1 file changed, 12 insertions(+)
    
    diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
    index d678152db4cb..f273e3811f75 100644
    --- a/arch/arm/boot/dts/dra7.dtsi
    +++ b/arch/arm/boot/dts/dra7.dtsi
    @@ -332,6 +332,8 @@
     			ti,hwmods = "uart1";
     			clock-frequency = <48000000>;
     			status = "disabled";
    +			dmas = <&sdma 49>, <&sdma 50>;
    +			dma-names = "tx", "rx";
     		};
     
     		uart2: serial@4806c000 {
    @@ -341,6 +343,8 @@
     			ti,hwmods = "uart2";
     			clock-frequency = <48000000>;
     			status = "disabled";
    +			dmas = <&sdma 51>, <&sdma 52>;
    +			dma-names = "tx", "rx";
     		};
     
     		uart3: serial@48020000 {
    @@ -350,6 +354,8 @@
     			ti,hwmods = "uart3";
     			clock-frequency = <48000000>;
     			status = "disabled";
    +			dmas = <&sdma 53>, <&sdma 54>;
    +			dma-names = "tx", "rx";
     		};
     
     		uart4: serial@4806e000 {
    @@ -359,6 +365,8 @@
     			ti,hwmods = "uart4";
     			clock-frequency = <48000000>;
                             status = "disabled";
    +			dmas = <&sdma 55>, <&sdma 56>;
    +			dma-names = "tx", "rx";
     		};
     
     		uart5: serial@48066000 {
    @@ -368,6 +376,8 @@
     			ti,hwmods = "uart5";
     			clock-frequency = <48000000>;
     			status = "disabled";
    +			dmas = <&sdma 63>, <&sdma 64>;
    +			dma-names = "tx", "rx";
     		};
     
     		uart6: serial@48068000 {
    @@ -377,6 +387,8 @@
     			ti,hwmods = "uart6";
     			clock-frequency = <48000000>;
     			status = "disabled";
    +			dmas = <&sdma 79>, <&sdma 80>;
    +			dma-names = "tx", "rx";
     		};
     
     		uart7: serial@48420000 {
    -- 
    2.1.0
    
    ^ permalink raw reply related	[flat|nested] 2+ messages in thread

  • end of thread, other threads:[~2014-09-10 19:30 UTC | newest]
    
    Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1410377411-26656-1-git-send-email-bigeasy@linutronix.de>
         [not found] ` <1410377411-26656-1-git-send-email-bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
    2014-09-10 19:30   ` [PATCH 14/16] arm: dts: am33xx: add DMA properties for UART Sebastian Andrzej Siewior
    2014-09-10 19:30 ` [PATCH 15/16] arm: dts: dra7: " Sebastian Andrzej Siewior
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).