Devicetree
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
@ 2022-11-16  9:16 Bhavya Kapoor
  2022-11-17  7:26 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Bhavya Kapoor @ 2022-11-16  9:16 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, linux-kernel, devicetree
  Cc: linux-arm-kernel, vigneshr, nm, piyali_g

According to latest errata of J721e [1], HS400 mode is not supported
in MMCSD0 subsystem (i2024) .  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>
---

Changelog v1 -> v2 :
	- Updated Commit Message based on what Nishanth Menon has told
		in https://lore.kernel.org/all/20221115034324.6qpxl2774bzwbl3t@acorn/

 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 917c9dc99efa..e4748a838d83 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -1094,7 +1094,6 @@
 		ti,itap-del-sel-mmc-hs = <0xa>;
 		ti,itap-del-sel-ddr52 = <0x3>;
 		ti,trm-icp = <0x8>;
-		ti,strobe-sel = <0x77>;
 		dma-coherent;
 	};
 
-- 
2.20.1


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

* Re: [PATCH v2] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
  2022-11-16  9:16 [PATCH v2] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property Bhavya Kapoor
@ 2022-11-17  7:26 ` Nishanth Menon
  2022-12-30  5:13   ` Bhavya Kapoor
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2022-11-17  7:26 UTC (permalink / raw)
  To: Bhavya Kapoor
  Cc: robh+dt, krzysztof.kozlowski+dt, linux-kernel, devicetree,
	linux-arm-kernel, vigneshr, piyali_g

On 14:46-20221116, Bhavya Kapoor wrote:
> According to latest errata of J721e [1], HS400 mode is not supported
> in MMCSD0 subsystem (i2024) .  Speed modes supported has been already
			     ^^ space before "."

btw, "The MMCSD peripherals do not support the Multimedia Card HS400
mode." is the exact text of the erratum. Even though it applies to
instance 0. I think minor rewording will probably help people from
running to search for which specific instances.

> updated in commit eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")

Please format this correctly.

> 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>
> ---
> 
> Changelog v1 -> v2 :
> 	- Updated Commit Message based on what Nishanth Menon has told
> 		in https://lore.kernel.org/all/20221115034324.6qpxl2774bzwbl3t@acorn/
> 
>  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 917c9dc99efa..e4748a838d83 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> @@ -1094,7 +1094,6 @@
>  		ti,itap-del-sel-mmc-hs = <0xa>;
>  		ti,itap-del-sel-ddr52 = <0x3>;
>  		ti,trm-icp = <0x8>;
> -		ti,strobe-sel = <0x77>;
>  		dma-coherent;
>  	};
>  
> -- 
> 2.20.1
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH v2] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property
  2022-11-17  7:26 ` Nishanth Menon
@ 2022-12-30  5:13   ` Bhavya Kapoor
  0 siblings, 0 replies; 3+ messages in thread
From: Bhavya Kapoor @ 2022-12-30  5:13 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: robh+dt, krzysztof.kozlowski+dt, linux-kernel, devicetree,
	linux-arm-kernel, vigneshr


On 17/11/22 12:56, Nishanth Menon wrote:
> On 14:46-20221116, Bhavya Kapoor wrote:
>> According to latest errata of J721e [1], HS400 mode is not supported
>> in MMCSD0 subsystem (i2024) .  Speed modes supported has been already
> 			     ^^ space before "."
>
> btw, "The MMCSD peripherals do not support the Multimedia Card HS400
> mode." is the exact text of the erratum. Even though it applies to
> instance 0. I think minor rewording will probably help people from
> running to search for which specific instances.
>
>> updated in commit eb8f6194e807 ("arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems")
> Please format this correctly.
Commit Title was large ( > 72 chars ) so kept in same line.
>
>> 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>
>> ---
>>
>> Changelog v1 -> v2 :
>> 	- Updated Commit Message based on what Nishanth Menon has told
>> 		in https://lore.kernel.org/all/20221115034324.6qpxl2774bzwbl3t@acorn/
>>
>>   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 917c9dc99efa..e4748a838d83 100644
>> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
>> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
>> @@ -1094,7 +1094,6 @@
>>   		ti,itap-del-sel-mmc-hs = <0xa>;
>>   		ti,itap-del-sel-ddr52 = <0x3>;
>>   		ti,trm-icp = <0x8>;
>> -		ti,strobe-sel = <0x77>;
>>   		dma-coherent;
>>   	};
>>   
>> -- 
>> 2.20.1
>>

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

end of thread, other threads:[~2022-12-30  5:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  9:16 [PATCH v2] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property Bhavya Kapoor
2022-11-17  7:26 ` Nishanth Menon
2022-12-30  5:13   ` Bhavya Kapoor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox