From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
Cc: broonie@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
paul@crapouillou.net, lgirdwood@gmail.com, perex@perex.cz,
tiwai@suse.com, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mips@vger.kernel.org
Subject: Re: [PATCH v1 3/3] mips: dts: ingenic: x1000: Add AIC device tree node
Date: Tue, 23 May 2023 11:08:22 +0200 [thread overview]
Message-ID: <20230523090822.GD9484@alpha.franken.de> (raw)
In-Reply-To: <20230509124238.195191-3-aidanmacdonald.0x0@gmail.com>
On Tue, May 09, 2023 at 01:42:38PM +0100, Aidan MacDonald wrote:
> Add a node for the on-board I2S audio controller.
>
> Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
> ---
> arch/mips/boot/dts/ingenic/x1000.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/mips/boot/dts/ingenic/x1000.dtsi b/arch/mips/boot/dts/ingenic/x1000.dtsi
> index 42e69664efd9..cc264cfff826 100644
> --- a/arch/mips/boot/dts/ingenic/x1000.dtsi
> +++ b/arch/mips/boot/dts/ingenic/x1000.dtsi
> @@ -417,4 +417,22 @@ otg: usb@13500000 {
>
> status = "disabled";
> };
> +
> + aic: audio-controller@10020000 {
> + compatible = "ingenic,x1000-i2s";
> + reg = <0x10020000 0x38>;
> +
> + #sound-dai-cells = <0>;
> +
> + interrupt-parent = <&intc>;
> + interrupts = <1>;
> +
> + clocks = <&cgu X1000_CLK_AIC>,
> + <&cgu X1000_CLK_I2S>;
> + clock-names = "aic", "i2s";
> +
> + dmas = <&pdma X1000_DMA_I2S0_RX 0xffffffff>,
> + <&pdma X1000_DMA_I2S0_TX 0xffffffff>;
> + dma-names = "rx", "tx";
> + };
> };
> --
> 2.39.2
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
next prev parent reply other threads:[~2023-05-23 9:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-09 12:42 [PATCH v1 1/3] ASoC: jz4740-i2s: Add support for X1000 SoC Aidan MacDonald
2023-05-09 12:42 ` Aidan MacDonald
2023-05-09 12:42 ` [PATCH v1 2/3] ASoC: ingenic: Add compatible string " Aidan MacDonald
2023-05-09 12:42 ` Aidan MacDonald
2023-05-09 12:53 ` Krzysztof Kozlowski
2023-05-09 12:53 ` Krzysztof Kozlowski
2023-05-09 12:42 ` [PATCH v1 3/3] mips: dts: ingenic: x1000: Add AIC device tree node Aidan MacDonald
2023-05-09 12:42 ` Aidan MacDonald
2023-05-23 9:08 ` Thomas Bogendoerfer [this message]
2023-05-11 6:02 ` (subset) [PATCH v1 1/3] ASoC: jz4740-i2s: Add support for X1000 SoC Mark Brown
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=20230523090822.GD9484@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=aidanmacdonald.0x0@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=paul@crapouillou.net \
--cc=perex@perex.cz \
--cc=robh+dt@kernel.org \
--cc=tiwai@suse.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.