Commit 53b28f1c authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'pxa-dt-4.6' of https://github.com/rjarzmik/linux into next/dt

Merge pxa dt for v4.6 from Robert Jarzmik:

This device-tree pxa update brings :
 - a single fix for nand dmaengine node

* tag 'pxa-dt-4.6' of https://github.com/rjarzmik/linux:
  ARM: dts: pxa: fix dma engine node to pxa3xx-nand
parents 8898cb41 07c6b2d0
...@@ -30,7 +30,7 @@ nand0: nand@43100000 { ...@@ -30,7 +30,7 @@ nand0: nand@43100000 {
reg = <0x43100000 90>; reg = <0x43100000 90>;
interrupts = <45>; interrupts = <45>;
clocks = <&clks CLK_NAND>; clocks = <&clks CLK_NAND>;
dmas = <&pdma 97>; dmas = <&pdma 97 3>;
dma-names = "data"; dma-names = "data";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment