Skip to content
Snippets Groups Projects
Commit 2e6e3a4e authored by Faiz Abbas's avatar Faiz Abbas Committed by Lokesh Vutla
Browse files

arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from sdhci nodes


voltage-ranges properties are NOP. Remove them.

Signed-off-by: default avatarFaiz Abbas <faiz_abbas@ti.com>
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent a20008ea
No related branches found
No related tags found
No related merge requests found
...@@ -67,14 +67,12 @@ ...@@ -67,14 +67,12 @@
&main_sdhci0 { &main_sdhci0 {
/* eMMC */ /* eMMC */
voltage-ranges = <1800 1800>;
non-removable; non-removable;
ti,driver-strength-ohm = <50>; ti,driver-strength-ohm = <50>;
}; };
&main_sdhci1 { &main_sdhci1 {
/* SD/MMC */ /* SD/MMC */
voltage-ranges = <1800 1800 3300 3300>;
ti,driver-strength-ohm = <50>; ti,driver-strength-ohm = <50>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment