From: Kuninori Morimoto Date: Tue, 4 Nov 2014 01:46:28 +0000 (-0800) Subject: ARM: shmobile: r8a7791: Add Audio DMAC peri peri devices to DT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=40c6d9f0e7745012c9e19c955e22d4809104359c;p=deliverable%2Flinux.git ARM: shmobile: r8a7791: Add Audio DMAC peri peri devices to DT Instantiate the Audio DMAC peri peri controllers in the r8a7791 device tree. Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index b54af745141a..379e1a505e33 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -357,6 +357,13 @@ dma-channels = <13>; }; + audmapp: dma-controller@ec740000 { + compatible = "renesas,rcar-audmapp"; + #dma-cells = <1>; + + reg = <0 0xec740000 0 0x200>; + }; + /* The memory map in the User's Manual maps the cores to bus numbers */ i2c0: i2c@e6508000 { #address-cells = <1>;