Messages in this thread |  | | From | "Padmanabhan Rajanbabu" <> | Subject | RE: [PATCH v3 3/5] arm64: dts: fsd: Add I2S DAI node for Tesla FSD | Date | Mon, 16 Jan 2023 09:51:24 +0530 |
| |
> -----Original Message----- > From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org] > Sent: 15 January 2023 08:35 PM > To: Padmanabhan Rajanbabu <p.rajanbabu@samsung.com>; > lgirdwood@gmail.com; broonie@kernel.org; robh+dt@kernel.org; > krzysztof.kozlowski+dt@linaro.org; s.nawrocki@samsung.com; > perex@perex.cz; tiwai@suse.com; pankaj.dubey@samsung.com; > alim.akhtar@samsung.com; rcsekar@samsung.com; > aswani.reddy@samsung.com > Cc: alsa-devel@alsa-project.org; devicetree@vger.kernel.org; linux- > kernel@vger.kernel.org; linux-samsung-soc@vger.kernel.org > Subject: Re: [PATCH v3 3/5] arm64: dts: fsd: Add I2S DAI node for Tesla FSD > > On 13/01/2023 13:17, Padmanabhan Rajanbabu wrote: > > Add device tree node for I2S0 and I2S1 CPU DAI instances for Tesla FSD > > platform. > > > > FSD SoC has 2 I2S instances driving stereo channel I2S audio playback > > and capture with external DMA support. > > > > Signed-off-by: Padmanabhan Rajanbabu <p.rajanbabu@samsung.com> > > --- > > arch/arm64/boot/dts/tesla/fsd-evb.dts | 8 +++++ > > arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi | 14 +++++++++ > > arch/arm64/boot/dts/tesla/fsd.dtsi | 34 ++++++++++++++++++++++ > > 3 files changed, 56 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/tesla/fsd-evb.dts > > b/arch/arm64/boot/dts/tesla/fsd-evb.dts > > index 1db6ddf03f01..cf5f2ce4d2a7 100644 > > --- a/arch/arm64/boot/dts/tesla/fsd-evb.dts > > +++ b/arch/arm64/boot/dts/tesla/fsd-evb.dts > > @@ -38,6 +38,14 @@ > > status = "okay"; > > }; > > > > +&i2s_0 { > > + status = "okay"; > > +}; > > + > > +&i2s_1 { > > + status = "okay"; > > +}; > > + > > You need to rebase.
This patch series has been rebased on top of for-next branch of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
I'll rebase the DT patches on top of next/dt64 of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git and driver changes on top of for-next of broonie/sound.git
> > > &ufs { > > status = "okay"; > > }; > > Best regards, > Krzysztof
|  |