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

Commit f5bbe55a authored by Jaehoon Chung's avatar Jaehoon Chung Committed by Dinh Nguyen
Browse files

ARM: dts: socfpga: unuse the slot-node and deprecate the supports-highspeed for


dw-mmc

dw-mmc controller can support multiple slots.
But, there are no use-cases anywhere. So we don't need to support the
slot-node for dw-mmc controller.
And "supports-highspeed" property in dw-mmc is deprecated.
"supports-highspeed" property can be replaced with "cap-sd/mmc-highspeed".

Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: default avatarTushar Behera <trblinux@gmail.com>
Reviewed-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent ba2b7d0a
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -29,13 +29,10 @@

		dwmmc0@ff704000 {
			num-slots = <1>;
			supports-highspeed;
			broken-cd;

			slot@0 {
				reg = <0>;
			bus-width = <4>;
			};
			cap-mmc-highspeed;
			cap-sd-highspeed;
		};

		sysmgr@ffd08000 {
+3 −6
Original line number Diff line number Diff line
@@ -30,13 +30,10 @@

		dwmmc0@ff704000 {
			num-slots = <1>;
			supports-highspeed;
			broken-cd;

			slot@0 {
				reg = <0>;
			bus-width = <4>;
			};
			cap-mmc-highspeed;
			cap-sd-highspeed;
		};

		ethernet@ff702000 {
+3 −6
Original line number Diff line number Diff line
@@ -43,13 +43,10 @@

		dwmmc0@ff704000 {
			num-slots = <1>;
			supports-highspeed;
			broken-cd;

			slot@0 {
				reg = <0>;
			bus-width = <4>;
			};
			cap-mmc-highspeed;
			cap-sd-highspeed;
		};

		ethernet@ff700000 {