LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
@ 2023-02-03  7:37 Bhavya Kapoor
  2023-03-13  9:49 ` Nitin Yadav
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhavya Kapoor @ 2023-02-03  7:37 UTC (permalink / raw
  To: linux-arm-kernel, devicetree, linux-kernel
  Cc: nm, vigneshr, kristo, robh+dt, krzysztof.kozlowski+dt,
	a-govindraju, kishon, u-kumar1

According to latest errata of J721e [1], (i2024) 'MMCSD: Peripherals
Do Not Support HS400' which applies to MMCSD0 subsystem. Speed modes
supported has been already updated in commit eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
but it missed dropping 'ti,strobe-sel' property which is only required
by HS400 speed mode.

Thus, drop 'ti,strobe-sel' property from kernel dtsi for J721e SoC.

[1] https://www.ti.com/lit/er/sprz455/sprz455.pdf

Fixes: eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
---
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
index c935622f0102..bfa296dce3a3 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -1180,7 +1180,6 @@ main_sdhci0: mmc@4f80000 {
 		ti,itap-del-sel-mmc-hs = <0xa>;
 		ti,itap-del-sel-ddr52 = <0x3>;
 		ti,trm-icp = <0x8>;
-		ti,strobe-sel = <0x77>;
 		dma-coherent;
 	};
 
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
  2023-02-03  7:37 [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property Bhavya Kapoor
@ 2023-03-13  9:49 ` Nitin Yadav
       [not found] ` <3279b78d-fa6d-d1f4-3692-87e628bcd737@ti.com>
  2023-03-14 22:32 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Nitin Yadav @ 2023-03-13  9:49 UTC (permalink / raw
  To: Bhavya Kapoor, linux-arm-kernel, devicetree, linux-kernel
  Cc: nm, vigneshr, kristo, robh+dt, krzysztof.kozlowski+dt,
	a-govindraju, kishon, u-kumar1

On 2/3/2023 1:07 PM, Bhavya Kapoor wrote:
> According to latest errata of J721e [1], (i2024) 'MMCSD: Peripherals
> Do Not Support HS400' which applies to MMCSD0 subsystem. Speed modes
> supported has been already updated in commit eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
> but it missed dropping 'ti,strobe-sel' property which is only required
> by HS400 speed mode.
> 
> Thus, drop 'ti,strobe-sel' property from kernel dtsi for J721e SoC.
> 
> [1] https://www.ti.com/lit/er/sprz455/sprz455.pdf
> 
> Fixes: eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> ---
>  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> index c935622f0102..bfa296dce3a3 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> @@ -1180,7 +1180,6 @@ main_sdhci0: mmc@4f80000 {
>  		ti,itap-del-sel-mmc-hs = <0xa>;
>  		ti,itap-del-sel-ddr52 = <0x3>;
>  		ti,trm-icp = <0x8>;
> -		ti,strobe-sel = <0x77>;
>  		dma-coherent;
>  	};
>
Reviewed-by: Nitin Yadav <n-yadav@ti.com>
  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
       [not found] ` <3279b78d-fa6d-d1f4-3692-87e628bcd737@ti.com>
@ 2023-03-13 16:20   ` Nishanth Menon
  0 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2023-03-13 16:20 UTC (permalink / raw
  To: a0502875
  Cc: Bhavya Kapoor, linux-arm-kernel, devicetree, linux-kernel,
	vigneshr, kristo, robh+dt, krzysztof.kozlowski+dt, a-govindraju,
	kishon, u-kumar1

On 14:27-20230313, a0502875 wrote:
> On 03/02/23 13:07, Bhavya Kapoor wrote:
> > According to latest errata of J721e [1], (i2024) 'MMCSD: Peripherals
> > Do Not Support HS400' which applies to MMCSD0 subsystem. Speed modes
> > supported has been already updated in commit eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
> > but it missed dropping 'ti,strobe-sel' property which is only required
> > by HS400 speed mode.
> > 
> > Thus, drop 'ti,strobe-sel' property from kernel dtsi for J721e SoC.
> > 
> > [1]https://www.ti.com/lit/er/sprz455/sprz455.pdf
> > 
> > Fixes: eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
> > Signed-off-by: Bhavya Kapoor<b-kapoor@ti.com>
> 
> Reviewed-by: Diwakar Dhyani <d-dhyani@ti.com <mailto:d-dhyani@ti.com>>

Please fix your mailer. I will need to hand apply for now.
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
  2023-02-03  7:37 [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property Bhavya Kapoor
  2023-03-13  9:49 ` Nitin Yadav
       [not found] ` <3279b78d-fa6d-d1f4-3692-87e628bcd737@ti.com>
@ 2023-03-14 22:32 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2023-03-14 22:32 UTC (permalink / raw
  To: devicetree, linux-arm-kernel, b-kapoor, linux-kernel
  Cc: Nishanth Menon, robh+dt, kristo, a-govindraju, vigneshr,
	krzysztof.kozlowski+dt, u-kumar1, kishon

Hi Bhavya Kapoor,

On Fri, 3 Feb 2023 13:07:24 +0530, Bhavya Kapoor wrote:
> According to latest errata of J721e [1], (i2024) 'MMCSD: Peripherals
> Do Not Support HS400' which applies to MMCSD0 subsystem. Speed modes
> supported has been already updated in commit eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
> but it missed dropping 'ti,strobe-sel' property which is only required
> by HS400 speed mode.
> 
> Thus, drop 'ti,strobe-sel' property from kernel dtsi for J721e SoC.
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
      commit: 4f4b30a777d3e61603119297965343a37be36435

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] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Nishanth Menon <nm@ti.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-14 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-03  7:37 [PATCH v3] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property Bhavya Kapoor
2023-03-13  9:49 ` Nitin Yadav
     [not found] ` <3279b78d-fa6d-d1f4-3692-87e628bcd737@ti.com>
2023-03-13 16:20   ` Nishanth Menon
2023-03-14 22:32 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).