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

Commit 7a2617a6 authored by Joseph Lo's avatar Joseph Lo Committed by Stephen Warren
Browse files

ARM: tegra: add non-removable and keep-power-in-suspend property for MMC



This patch adds "non-removable" property of MMC host where the eMMC device
is for Tegra platform.

And the "keep-power-in-suspend" property was used for the SDIO device that
need this to go into suspend mode (e.g. BRCM43xx series).

Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 9be1e13e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -836,6 +836,7 @@
	sdhci@78000600 {
		bus-width = <8>;
		status = "okay";
		non-removable;
	};

	clocks {
+1 −0
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@
	sdhci@c8000600 {
		status = "okay";
		bus-width = <8>;
		non-removable;
	};

	clocks {
+2 −0
Original line number Diff line number Diff line
@@ -580,6 +580,7 @@
		status = "okay";
		power-gpios = <&gpio 86 0>; /* gpio PK6 */
		bus-width = <4>;
		keep-power-in-suspend;
	};

	sdhci@c8000400 {
@@ -593,6 +594,7 @@
	sdhci@c8000600 {
		status = "okay";
		bus-width = <8>;
		non-removable;
	};

	clocks {
+2 −0
Original line number Diff line number Diff line
@@ -516,6 +516,7 @@
		status = "okay";
		power-gpios = <&gpio 86 0>; /* gpio PK6 */
		bus-width = <4>;
		keep-power-in-suspend;
	};

	sdhci@c8000400 {
@@ -529,6 +530,7 @@
	sdhci@c8000600 {
		status = "okay";
		bus-width = <8>;
		non-removable;
	};

	clocks {
+1 −0
Original line number Diff line number Diff line
@@ -518,6 +518,7 @@
	sdhci@c8000600 {
		status = "okay";
		bus-width = <8>;
		non-removable;
	};

	clocks {
Loading