diff options
author | 2024-04-22 18:48:40 +0530 | |
---|---|---|
committer | 2024-04-29 14:35:29 -0500 | |
commit | 5ae1471df6b79b2ec26c973639961523147c7b66 (patch) | |
tree | 4340161c3329ba0f305599e548557dbc501e7e90 | |
parent | arm64: dts: ti: k3-j784s4-main: Enable support for UHS mode (diff) | |
download | wireguard-linux-5ae1471df6b79b2ec26c973639961523147c7b66.tar.xz wireguard-linux-5ae1471df6b79b2ec26c973639961523147c7b66.zip |
arm64: dts: ti: k3-j722s-evm: Enable UHS support for MMCSD
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>
Link: https://lore.kernel.org/r/20240422131840.34642-1-b-kapoor@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ pinctrl-0 = <&main_mmc1_pins_default>; ti,driver-strength-ohm = <50>; disable-wp; - no-1-8-v; status = "okay"; bootph-all; }; |