Message ID | 20240422131840.34642-1-b-kapoor@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ti: k3-j722s-evm: Enable UHS support for MMCSD | expand |
On 22/04/24 18:48, Bhavya Kapoor wrote: > Enable the UHS modes for MMCSD in J722S by removing the > no-1-8-v property. > > Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com> > --- Rebased to next-20240422 > arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > index 78032caeb5fc..bf3c246d13d1 100644 > --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > @@ -381,7 +381,6 @@ &sdhci1 { > pinctrl-0 = <&main_mmc1_pins_default>; > ti,driver-strength-ohm = <50>; > disable-wp; > - no-1-8-v; > status = "okay"; > bootph-all; > };
Hi Bhavya, On 4/22/24 8:18 AM, Bhavya Kapoor wrote: > Enable the UHS modes for MMCSD in J722S by removing the > no-1-8-v property. > > Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com> Reviewed-by: Judith Mendez <jm@ti.com> ~ Judith > --- > arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > index 78032caeb5fc..bf3c246d13d1 100644 > --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > @@ -381,7 +381,6 @@ &sdhci1 { > pinctrl-0 = <&main_mmc1_pins_default>; > ti,driver-strength-ohm = <50>; > disable-wp; > - no-1-8-v; > status = "okay"; > bootph-all; > };
Hi Bhavya Kapoor, On Mon, 22 Apr 2024 18:48:40 +0530, Bhavya Kapoor wrote: > Enable the UHS modes for MMCSD in J722S by removing the > no-1-8-v property. > > I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3-j722s-evm: Enable UHS support for MMCSD commit: 0fb3e2ff482c668a4cb2ae9eb85b623d954cc900 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
diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts index 78032caeb5fc..bf3c246d13d1 100644 --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts @@ -381,7 +381,6 @@ &sdhci1 { pinctrl-0 = <&main_mmc1_pins_default>; ti,driver-strength-ohm = <50>; disable-wp; - no-1-8-v; status = "okay"; bootph-all; };
Enable the UHS modes for MMCSD in J722S by removing the no-1-8-v property. Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com> --- arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 1 - 1 file changed, 1 deletion(-)