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

Commit d87b5fbb authored by Simon Baatz's avatar Simon Baatz Committed by Jason Cooper
Browse files

ARM: mvebu: Use standard MMC binding for all users of mvsdio



In order to prepare the switch to the standard MMC device tree parser
for mvsdio, adapt all current uses of mvsdio in the dts files to the
standard format.

Signed-off-by: default avatarSimon Baatz <gmbnomis@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 53e9cb1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@
				 */
				status = "disabled";
				/* No CD or WP GPIOs */
				broken-cd;
			};

			usb@50000 {
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@
				 * No CD or WP GPIOs: SDIO interface used for
				 * Wifi/Bluetooth chip
				 */
				 broken-cd;
			};

			usb@50000 {
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@
				pinctrl-names = "default";
				status = "okay";
				/* No CD or WP GPIOs */
				broken-cd;
			};

			usb@50000 {
+4 −0
Original line number Diff line number Diff line
@@ -142,6 +142,10 @@
				reg = <0xd4000 0x200>;
				interrupts = <54>;
				clocks = <&gateclk 17>;
				bus-width = <4>;
				cap-sdio-irq;
				cap-sd-highspeed;
				cap-mmc-highspeed;
				status = "disabled";
			};

+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@
				pinctrl-names = "default";
				status = "okay";
				/* No CD or WP GPIOs */
				broken-cd;
			};

			usb@50000 {
Loading