From: s.nawrocki@samsung•com (Sylwester Nawrocki)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: dts: Add audio subsystem nodes to exynos4.dtsi
Date: Wed, 21 May 2014 16:26:46 +0200 [thread overview]
Message-ID: <537CB7A6.3050202@samsung.com> (raw)
In-Reply-To: <1400239733-11782-1-git-send-email-s.nawrocki@samsung.com>
On 16/05/14 13:28, Sylwester Nawrocki wrote:
> This patch adds the audio subsystem clock controller and the I2S
> IP block nodes for Exynos4 SoC series.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung•com>
Can this still be applied in the coming merge window ?
Thanks,
Sylwester
> ---
> arch/arm/boot/dts/exynos4.dtsi | 38 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 58ff8e2..0eb768c 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -20,6 +20,7 @@
> */
>
> #include <dt-bindings/clock/exynos4.h>
> +#include <dt-bindings/clock/exynos-audss-clk.h>
> #include "skeleton.dtsi"
>
> / {
> @@ -45,6 +46,23 @@
> fimc3 = &fimc_3;
> };
>
> + clock_audss: clock-controller at 03810000 {
> + compatible = "samsung,exynos4210-audss-clock";
> + reg = <0x03810000 0x0C>;
> + #clock-cells = <1>;
> + };
> +
> + i2s0: i2s at 03830000 {
> + compatible = "samsung,s5pv210-i2s";
> + reg = <0x03830000 0x100>;
> + clocks = <&clock_audss EXYNOS_I2S_BUS>;
> + clock-names = "iis";
> + dmas = <&pdma0 12>, <&pdma0 11>, <&pdma0 10>;
> + dma-names = "tx", "rx", "tx-sec";
> + samsung,idma-addr = <0x03000000>;
> + status = "disabled";
> + };
> +
> chipid at 10000000 {
> compatible = "samsung,exynos4210-chipid";
> reg = <0x10000000 0x100>;
> @@ -289,6 +307,26 @@
> status = "disabled";
> };
>
> + i2s1: i2s at 13960000 {
> + compatible = "samsung,s5pv210-i2s";
> + reg = <0x13960000 0x100>;
> + clocks = <&clock CLK_I2S1>;
> + clock-names = "iis";
> + dmas = <&pdma1 12>, <&pdma1 11>;
> + dma-names = "tx", "rx";
> + status = "disabled";
> + };
> +
> + i2s2: i2s at 13970000 {
> + compatible = "samsung,s5pv210-i2s";
> + reg = <0x13970000 0x100>;
> + clocks = <&clock CLK_I2S2>;
> + clock-names = "iis";
> + dmas = <&pdma0 14>, <&pdma0 13>;
> + dma-names = "tx", "rx";
> + status = "disabled";
> + };
> +
> mfc: codec at 13400000 {
> compatible = "samsung,mfc-v5";
> reg = <0x13400000 0x10000>;
> --
> 1.7.9.5
next prev parent reply other threads:[~2014-05-21 14:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 11:28 [PATCH] ARM: dts: Add audio subsystem nodes to exynos4.dtsi Sylwester Nawrocki
2014-05-21 14:26 ` Sylwester Nawrocki [this message]
2014-05-22 0:27 ` Kukjin Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=537CB7A6.3050202@samsung.com \
--to=s.nawrocki@samsung$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox