lkml.org 
[lkml]   [2015]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 6/9] arm64: dts: exynos: Add ADMA dt node for Exynos5433 SoC
    Date
    From: Inha Song <ideal.song@samsung.com>

    This patch adds ADMA (Advanced DMA) device tree node for Exynos5433 SoC.
    In Exynos5433 SoC, ADMA is used for I2S audio interface.

    Cc: Kukjin Kim <kgene@kernel.org>
    Signed-off-by: Inha Song <ideal.song@samsung.com>
    Acked-by: Inki Dae <inki.dae@samsung.com>
    ---
    arch/arm64/boot/dts/exynos/exynos5433.dtsi | 11 +++++++++++
    1 file changed, 11 insertions(+)

    diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
    index 760ad81..abe8ea2 100644
    --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
    +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
    @@ -426,6 +426,17 @@
    #dma-channels = <8>;
    #dma-requests = <32>;
    };
    +
    + adma: adma@11420000 {
    + compatible = "arm,pl330", "arm,primecell";
    + reg = <0x11420000 0x1000>;
    + interrupts = <0 73 0>;
    + clocks = <&cmu_aud CLK_ACLK_DMAC>;
    + clock-names = "apb_pclk";
    + #dma-cells = <1>;
    + #dma-channels = <8>;
    + #dma-requests = <32>;
    + };
    };

    serial_0: serial@14c10000 {
    --
    1.8.5.5


    \
     
     \ /
      Last update: 2015-03-05 07:01    [W:4.211 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site