diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-04-18 15:27:14 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-05-21 20:58:40 +0300 |
commit | 46bfad15cc38738fd467a04405cba7e1a468f51f (patch) | |
tree | d9d1bce5a2aaa004d21b2938a6e8ca070eb15777 /arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | |
parent | f011a8cf51c33d1cc1f4940907f4d44181d7e091 (diff) | |
download | linux-46bfad15cc38738fd467a04405cba7e1a468f51f.tar.xz |
arm64: dts: meson: vim2: remove sd hs and hs400 modes from emmc
sd highspeed mode make no sense for an eMMC and HS400 is not working
at the moment.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts index 766194ab0aa8..c5f3f90a42ae 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts @@ -372,14 +372,12 @@ pinctrl-names = "default", "clk-gate"; bus-width = <8>; - cap-sd-highspeed; cap-mmc-highspeed; max-frequency = <200000000>; non-removable; disable-wp; mmc-ddr-1_8v; mmc-hs200-1_8v; - mmc-hs400-1_8v; mmc-pwrseq = <&emmc_pwrseq>; vmmc-supply = <&vcc_3v3>; |