* [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
@ 2024-07-30 9:37 Parth Pancholi
[not found] ` <94a0be3616425c7aef7bb0507d60ee11d4776545.camel@toradex.com>
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Parth Pancholi @ 2024-07-30 9:37 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Parth Pancholi, linux-arm-kernel, devicetree, linux-kernel
From: Parth Pancholi <parth.pancholi@toradex.com>
Correct the McASP nodes - mcasp3 and mcasp4 with the right
DMAs thread IDs as per TISCI documentation [1] for J784s4.
This fixes the related McASPs probe failure due to incorrect
DMA IDs.
Link: http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids/ [1]
Fixes: 5095ec4aa1ea ("arm64: dts: ti: k3-j784s4-main: Add McASP nodes")
Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
---
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
index f170f80f00c1..d4ac1c9872a5 100644
--- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
@@ -2755,7 +2755,7 @@ mcasp3: mcasp@2b30000 {
interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "tx", "rx";
- dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>;
+ dmas = <&main_udmap 0xc403>, <&main_udmap 0x4403>;
dma-names = "tx", "rx";
clocks = <&k3_clks 268 0>;
clock-names = "fck";
@@ -2773,7 +2773,7 @@ mcasp4: mcasp@2b40000 {
interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "tx", "rx";
- dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>;
+ dmas = <&main_udmap 0xc404>, <&main_udmap 0x4404>;
dma-names = "tx", "rx";
clocks = <&k3_clks 269 0>;
clock-names = "fck";
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
[not found] ` <94a0be3616425c7aef7bb0507d60ee11d4776545.camel@toradex.com>
@ 2024-07-30 11:04 ` Nishanth Menon
2024-07-30 12:01 ` Francesco Dolcini
0 siblings, 1 reply; 7+ messages in thread
From: Nishanth Menon @ 2024-07-30 11:04 UTC (permalink / raw)
To: Parth Pancholi
Cc: vigneshr@ti.com, parth105105@gmail.com, kristo@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, robh@kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, j-choudhary@ti.com
On 10:50-20240730, Parth Pancholi wrote:
> On Tue, 2024-07-30 at 11:37 +0200, Parth Pancholi wrote:
> This message originated from outside your organization
>
> From: Parth Pancholi <parth.pancholi@toradex.com>
>
> Correct the McASP nodes - mcasp3 and mcasp4 with the right
> DMAs thread IDs as per TISCI documentation [1] for J784s4.
> This fixes the related McASPs probe failure due to incorrect
> DMA IDs.
>
> Link: http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids/<http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids> [1]
> Fixes: 5095ec4aa1ea ("arm64: dts: ti: k3-j784s4-main: Add McASP nodes")
> Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
> ---
> arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> index f170f80f00c1..d4ac1c9872a5 100644
> --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> @@ -2755,7 +2755,7 @@ mcasp3: mcasp@2b30000 {
> interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "tx", "rx";
> - dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>;
> + dmas = <&main_udmap 0xc403>, <&main_udmap 0x4403>;
> dma-names = "tx", "rx";
> clocks = <&k3_clks 268 0>;
> clock-names = "fck";
> @@ -2773,7 +2773,7 @@ mcasp4: mcasp@2b40000 {
> interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "tx", "rx";
> - dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>;
> + dmas = <&main_udmap 0xc404>, <&main_udmap 0x4404>;
> dma-names = "tx", "rx";
> clocks = <&k3_clks 269 0>;
> clock-names = "fck";
>
I think your patch got corrupted. Could you use git send-email or a
proper client?
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
2024-07-30 11:04 ` Nishanth Menon
@ 2024-07-30 12:01 ` Francesco Dolcini
2024-07-30 12:06 ` Nishanth Menon
0 siblings, 1 reply; 7+ messages in thread
From: Francesco Dolcini @ 2024-07-30 12:01 UTC (permalink / raw)
To: Nishanth Menon
Cc: Parth Pancholi, vigneshr@ti.com, parth105105@gmail.com,
kristo@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
robh@kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
j-choudhary@ti.com
Hello Nishanth,
On Tue, Jul 30, 2024 at 06:04:44AM -0500, Nishanth Menon wrote:
> On 10:50-20240730, Parth Pancholi wrote:
> > On Tue, 2024-07-30 at 11:37 +0200, Parth Pancholi wrote:
> > This message originated from outside your organization
> >
> > From: Parth Pancholi <parth.pancholi@toradex.com>
> >
> > Correct the McASP nodes - mcasp3 and mcasp4 with the right
> > DMAs thread IDs as per TISCI documentation [1] for J784s4.
> > This fixes the related McASPs probe failure due to incorrect
> > DMA IDs.
> >
> > Link: http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids/<http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids> [1]
> > Fixes: 5095ec4aa1ea ("arm64: dts: ti: k3-j784s4-main: Add McASP nodes")
> > Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
> > ---
> > arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> > index f170f80f00c1..d4ac1c9872a5 100644
> > --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> > +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> > @@ -2755,7 +2755,7 @@ mcasp3: mcasp@2b30000 {
> > interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>,
> > <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>;
> > interrupt-names = "tx", "rx";
> > - dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>;
> > + dmas = <&main_udmap 0xc403>, <&main_udmap 0x4403>;
> > dma-names = "tx", "rx";
> > clocks = <&k3_clks 268 0>;
> > clock-names = "fck";
> > @@ -2773,7 +2773,7 @@ mcasp4: mcasp@2b40000 {
> > interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>,
> > <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>;
> > interrupt-names = "tx", "rx";
> > - dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>;
> > + dmas = <&main_udmap 0xc404>, <&main_udmap 0x4404>;
> > dma-names = "tx", "rx";
> > clocks = <&k3_clks 269 0>;
> > clock-names = "fck";
> >
> I think your patch got corrupted. Could you use git send-email or a
> proper client?
Are you sure it was not your side to mess-up with it?
I tested and it applies fine to me
$ b4 shazam 20240730093754.1659782-1-parth105105@gmail.com
Grabbing thread from lore.kernel.org/all/20240730093754.1659782-1-parth105105%40gmail.com/t.mbox.gz
Checking for newer revisions
Grabbing search results from lore.kernel.org
Analyzing 2 messages in the thread
Checking attestation on all messages, may take a moment...
---
✓ [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
---
✓ Signed: DKIM/gmail.com
---
Total patches: 1
---
Applying: arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
2024-07-30 9:37 [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs Parth Pancholi
[not found] ` <94a0be3616425c7aef7bb0507d60ee11d4776545.camel@toradex.com>
@ 2024-07-30 12:02 ` Francesco Dolcini
2024-07-31 5:43 ` Jayesh Choudhary
2024-08-06 12:12 ` Nishanth Menon
3 siblings, 0 replies; 7+ messages in thread
From: Francesco Dolcini @ 2024-07-30 12:02 UTC (permalink / raw)
To: Parth Pancholi, Jayesh Choudhary
Cc: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Parth Pancholi,
linux-arm-kernel, devicetree, linux-kernel
Hello,
On Tue, Jul 30, 2024 at 11:37:54AM +0200, Parth Pancholi wrote:
> From: Parth Pancholi <parth.pancholi@toradex.com>
>
> Correct the McASP nodes - mcasp3 and mcasp4 with the right
> DMAs thread IDs as per TISCI documentation [1] for J784s4.
> This fixes the related McASPs probe failure due to incorrect
> DMA IDs.
>
> Link: http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids/ [1]
> Fixes: 5095ec4aa1ea ("arm64: dts: ti: k3-j784s4-main: Add McASP nodes")
> Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
+ Jayesh that is the author of the commit fixed here.
Francesco
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
2024-07-30 12:01 ` Francesco Dolcini
@ 2024-07-30 12:06 ` Nishanth Menon
0 siblings, 0 replies; 7+ messages in thread
From: Nishanth Menon @ 2024-07-30 12:06 UTC (permalink / raw)
To: Francesco Dolcini
Cc: Parth Pancholi, vigneshr@ti.com, parth105105@gmail.com,
kristo@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
robh@kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
j-choudhary@ti.com
On 14:01-20240730, Francesco Dolcini wrote:
> Are you sure it was not your side to mess-up with it?
>
> I tested and it applies fine to me
>
> $ b4 shazam 20240730093754.1659782-1-parth105105@gmail.com
> Grabbing thread from lore.kernel.org/all/20240730093754.1659782-1-parth105105%40gmail.com/t.mbox.gz
> Checking for newer revisions
> Grabbing search results from lore.kernel.org
> Analyzing 2 messages in the thread
> Checking attestation on all messages, may take a moment...
It looks like Parth had CCed Jayesh in response[1] in html email and
that is what I saw in my mailbox. but anyways, no harm done.
Will wait for Jayesh to review.
[1] message-ID
94a0be3616425c7aef7bb0507d60ee11d4776545.camel@toradex.com in https://lore.kernel.org/linux-arm-kernel/20240730110444.fctc2lje62ewg4ob@safari/T/#t
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
2024-07-30 9:37 [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs Parth Pancholi
[not found] ` <94a0be3616425c7aef7bb0507d60ee11d4776545.camel@toradex.com>
2024-07-30 12:02 ` Francesco Dolcini
@ 2024-07-31 5:43 ` Jayesh Choudhary
2024-08-06 12:12 ` Nishanth Menon
3 siblings, 0 replies; 7+ messages in thread
From: Jayesh Choudhary @ 2024-07-31 5:43 UTC (permalink / raw)
To: Parth Pancholi, Nishanth Menon, Vignesh Raghavendra, Tero Kristo,
Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Parth Pancholi, linux-arm-kernel, devicetree, linux-kernel
Hello Parth,
Thank you for the patch.
On 30/07/24 15:07, Parth Pancholi wrote:
> From: Parth Pancholi <parth.pancholi@toradex.com>
>
> Correct the McASP nodes - mcasp3 and mcasp4 with the right
> DMAs thread IDs as per TISCI documentation [1] for J784s4.
> This fixes the related McASPs probe failure due to incorrect
> DMA IDs.
>
> Link: http://downloads.ti.com/tisci/esd/latest/5_soc_doc/j784s4/psil_cfg.html#psi-l-source-and-destination-thread-ids/ [1]
> Fixes: 5095ec4aa1ea ("arm64: dts: ti: k3-j784s4-main: Add McASP nodes")
> Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
> ---
> arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> index f170f80f00c1..d4ac1c9872a5 100644
> --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> @@ -2755,7 +2755,7 @@ mcasp3: mcasp@2b30000 {
> interrupts = <GIC_SPI 550 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 551 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "tx", "rx";
> - dmas = <&main_udmap 0xc500>, <&main_udmap 0x4500>;
> + dmas = <&main_udmap 0xc403>, <&main_udmap 0x4403>;
> dma-names = "tx", "rx";
> clocks = <&k3_clks 268 0>;
> clock-names = "fck";
> @@ -2773,7 +2773,7 @@ mcasp4: mcasp@2b40000 {
> interrupts = <GIC_SPI 552 IRQ_TYPE_LEVEL_HIGH>,
> <GIC_SPI 553 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "tx", "rx";
> - dmas = <&main_udmap 0xc501>, <&main_udmap 0x4501>;
> + dmas = <&main_udmap 0xc404>, <&main_udmap 0x4404>;
> dma-names = "tx", "rx";
> clocks = <&k3_clks 269 0>;
> clock-names = "fck";
Reviewed-by: Jayesh Choudhary <j-choudhary@ti.com>
Warm Regards,
Jayesh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
2024-07-30 9:37 [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs Parth Pancholi
` (2 preceding siblings ...)
2024-07-31 5:43 ` Jayesh Choudhary
@ 2024-08-06 12:12 ` Nishanth Menon
3 siblings, 0 replies; 7+ messages in thread
From: Nishanth Menon @ 2024-08-06 12:12 UTC (permalink / raw)
To: Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Parth Pancholi
Cc: Nishanth Menon, Parth Pancholi, linux-arm-kernel, devicetree,
linux-kernel
Hi Parth Pancholi,
On Tue, 30 Jul 2024 11:37:54 +0200, Parth Pancholi wrote:
> Correct the McASP nodes - mcasp3 and mcasp4 with the right
> DMAs thread IDs as per TISCI documentation [1] for J784s4.
> This fixes the related McASPs probe failure due to incorrect
> DMA IDs.
>
>
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/1] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs
commit: 402d336053a5d827c70ec11109e079811e86e0e8
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-08-06 12:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 9:37 [PATCH] arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs Parth Pancholi
[not found] ` <94a0be3616425c7aef7bb0507d60ee11d4776545.camel@toradex.com>
2024-07-30 11:04 ` Nishanth Menon
2024-07-30 12:01 ` Francesco Dolcini
2024-07-30 12:06 ` Nishanth Menon
2024-07-30 12:02 ` Francesco Dolcini
2024-07-31 5:43 ` Jayesh Choudhary
2024-08-06 12:12 ` Nishanth Menon
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).