Skip to content

Commit

Permalink
ARM: imx6q: add DT node for apbh-dma
Browse files Browse the repository at this point in the history
add DT node for apbh-dma.

Signed-off-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Huang Shijie authored and Shawn Guo committed Jul 2, 2012
1 parent 6887a41 commit e5d0f9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6q.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
interrupt-parent = <&intc>;
ranges;

dma-apbh@00110000 {
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x00110000 0x2000>;
};

timer@00a00600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x00a00600 0x20>;
Expand Down

0 comments on commit e5d0f9f

Please sign in to comment.