From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Inha Song <ideal.song@samsung.com>
Cc: broonie@kernel.org, kgene@kernel.org, robh+dt@kernel.org,
pawel.moll@arm.com, mark.rutland@arm.com, galak@codeaurora.org,
alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
linux-samsung-soc@vger.kernel.org, cw00.choi@samsung.com
Subject: Re: [alsa-devel] [PATCH RESEND] ARM: dts: Support audio on Exynos5422-odroidxu3 using simple-audio-card
Date: Mon, 23 Mar 2015 11:54:55 +0100 [thread overview]
Message-ID: <550FF0FF.4000604@samsung.com> (raw)
In-Reply-To: <1427079093-28483-1-git-send-email-ideal.song@samsung.com>
On 23/03/15 03:51, Inha Song wrote:
> Add MAX98090 audio codec, I2S interface and the sound nodes to support
> audio on Exynos5422 SoC Based Odroid-XU3 board. Now we can support audio
> in Odroid-XU3 board using simple-audio-card DT binding.
>
> Signed-off-by: Inha Song <ideal.song@samsung.com>
> ---
> arch/arm/boot/dts/exynos5420.dtsi | 9 +++++
> arch/arm/boot/dts/exynos5422-odroidxu3.dts | 57 ++++++++++++++++++++++++++++++
> 2 files changed, 66 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index 4eaeabe..e459c1d 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -415,6 +415,9 @@
> <&clock_audss EXYNOS_I2S_BUS>,
> <&clock_audss EXYNOS_SCLK_I2S>;
> clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
> + #clock-cells = <1>;
> + clock-output-names = "i2s_cdclk0";
> + #sound-dai-cells = <1>;
> samsung,idma-addr = <0x03000000>;
> pinctrl-names = "default";
> pinctrl-0 = <&i2s0_bus>;
> @@ -429,6 +432,9 @@
> dma-names = "tx", "rx";
> clocks = <&clock CLK_I2S1>, <&clock CLK_SCLK_I2S1>;
> clock-names = "iis", "i2s_opclk0";
> + #clock-cells = <1>;
> + clock-output-names = "i2s_cdclk1";
> + #sound-dai-cells = <1>;
> pinctrl-names = "default";
> pinctrl-0 = <&i2s1_bus>;
> status = "disabled";
> @@ -442,6 +448,9 @@
> dma-names = "tx", "rx";
> clocks = <&clock CLK_I2S2>, <&clock CLK_SCLK_I2S2>;
> clock-names = "iis", "i2s_opclk0";
> + #clock-cells = <1>;
> + clock-output-names = "i2s_cdclk2";
> + #sound-dai-cells = <1>;
> pinctrl-names = "default";
> pinctrl-0 = <&i2s2_bus>;
> status = "disabled";
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> index edc25cf..9275ad6 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> @@ -11,6 +11,7 @@
> */
>
> /dts-v1/;
> +#include <dt-bindings/sound/samsung-i2s.h>
> #include "exynos5800.dtsi"
>
> / {
> @@ -285,6 +286,62 @@
> rtc@101E0000 {
> status = "okay";
> };
> +
> + sound: sound {
> + compatible = "simple-audio-card";
> + assigned-clocks = <&clock_audss EXYNOS_MOUT_AUDSS>,
> + <&clock_audss EXYNOS_MOUT_I2S>,
> + <&clock_audss EXYNOS_DOUT_AUD_BUS>;
> + assigned-clock-parents = <&clock CLK_FIN_PLL>,
> + <&clock_audss EXYNOS_MOUT_AUDSS>;
> + assigned-clock-rates = <0>,
> + <0>,
> + <19200000>;
The patch looks good, except it would be more appropriate to move the
above properties to &clock_audss { }; node in this file.
With that change feel free to add:
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
As a side note, this is a dts patch and of course Kukjin maintains that.
You would likely get it applied sooner if you would have addressed it
directly to Kukjin, rather than Mark or me.
--
Thanks,
Sylwester
next prev parent reply other threads:[~2015-03-23 10:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 2:51 [alsa-devel] [PATCH RESEND] ARM: dts: Support audio on Exynos5422-odroidxu3 using simple-audio-card Inha Song
2015-03-23 10:54 ` Sylwester Nawrocki [this message]
2015-03-23 11:09 ` Inha Song
2015-03-24 12:58 ` 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=550FF0FF.4000604@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ideal.song@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).