Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 673ccaac authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman
Browse files

ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes



It does not make much sense to define cap-sd-highspeed in the emmc nodes
Just remove it.

Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 50662499
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -215,7 +215,6 @@
	pinctrl-names = "default";

	bus-width = <8>;
	cap-sd-highspeed;
	cap-mmc-highspeed;
	max-frequency = <200000000>;
	non-removable;
+0 −1
Original line number Diff line number Diff line
@@ -297,7 +297,6 @@
	pinctrl-names = "default";

	bus-width = <8>;
	cap-sd-highspeed;
	max-frequency = <200000000>;
	non-removable;
	disable-wp;
+0 −1
Original line number Diff line number Diff line
@@ -274,7 +274,6 @@
	pinctrl-names = "default";

	bus-width = <8>;
	cap-sd-highspeed;
	cap-mmc-highspeed;
	max-frequency = <200000000>;
	non-removable;
+0 −1
Original line number Diff line number Diff line
@@ -274,7 +274,6 @@
	pinctrl-names = "default";

	bus-width = <8>;
	cap-sd-highspeed;
	max-frequency = <200000000>;
	non-removable;
	disable-wp;
+0 −1
Original line number Diff line number Diff line
@@ -241,7 +241,6 @@
	pinctrl-names = "default";

	bus-width = <8>;
	cap-sd-highspeed;
	cap-mmc-highspeed;
	max-frequency = <200000000>;
	non-removable;
Loading