mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from sdhci nodes
voltage-ranges properties are NOP. Remove them. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
a20008eabd
commit
2e6e3a4e8c
1 changed files with 0 additions and 2 deletions
|
@ -67,14 +67,12 @@
|
|||
|
||||
&main_sdhci0 {
|
||||
/* eMMC */
|
||||
voltage-ranges = <1800 1800>;
|
||||
non-removable;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
};
|
||||
|
||||
&main_sdhci1 {
|
||||
/* SD/MMC */
|
||||
voltage-ranges = <1800 1800 3300 3300>;
|
||||
ti,driver-strength-ohm = <50>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue