2023-05-02 09:15:43

by Bhavya Kapoor

[permalink] [raw]
Subject: [PATCH] arm64: dts: ti: k3-j784s4-main: Enable support for high speed modes

eMMC tuning was incomplete earlier, so support for high speed modes was
kept disabled. Remove no-1-8-v property to enable support for high
speed modes for eMMC in J784S4 SoC.

Signed-off-by: Bhavya Kapoor <[email protected]>
---
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
index e9169eb358c1..e0c2feca9d1e 100644
--- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
@@ -378,7 +378,6 @@ main_sdhci0: mmc@4f80000 {
mmc-hs200-1_8v;
mmc-hs400-1_8v;
dma-coherent;
- no-1-8-v;
status = "disabled";
};

--
2.34.1


2023-06-15 10:23:01

by Diwakar Dhyani

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Enable support for high speed modes



On 02/05/23 14:38, Bhavya Kapoor wrote:
> eMMC tuning was incomplete earlier, so support for high speed modes was
> kept disabled. Remove no-1-8-v property to enable support for high
> speed modes for eMMC in J784S4 SoC.
>
> Signed-off-by: Bhavya Kapoor <[email protected]>
Reviewed-by: Diwakar Dhyani <[email protected]>
> ---
> arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> index e9169eb358c1..e0c2feca9d1e 100644
> --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
> @@ -378,7 +378,6 @@ main_sdhci0: mmc@4f80000 {
> mmc-hs200-1_8v;
> mmc-hs400-1_8v;
> dma-coherent;
> - no-1-8-v;
> status = "disabled";
> };
>

2023-06-15 10:58:58

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: ti: k3-j784s4-main: Enable support for high speed modes


On Tue, 02 May 2023 14:38:14 +0530, Bhavya Kapoor wrote:
> eMMC tuning was incomplete earlier, so support for high speed modes was
> kept disabled. Remove no-1-8-v property to enable support for high
> speed modes for eMMC in J784S4 SoC.
>
>

Applied, thanks!

[1/1] arm64: dts: ti: k3-j784s4-main: Enable support for high speed modes
commit: 0bc425484e9c5fffc2b94e4a9a474401f2210d5f

Best regards,
--
Vignesh