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

Commit b3431f5b authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Benoit Cousson
Browse files

arm/dts: OMAP3: Add mmc controller nodes and board data



Add OMAP mmc related device tree data for OMAP3.
Currenly limited to only omap3-beagle board.

Signed-off-by: default avatarRajendra Nayak <rnayak@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 74981768
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -53,3 +53,17 @@
		reg = <0x50>;
	};
};

&mmc1 {
	vmmc-supply = <&vmmc1>;
	vmmc_aux-supply = <&vsim>;
	ti,bus-width = <8>;
};

&mmc2 {
	status = "disable";
};

&mmc3 {
	status = "disable";
};
+16 −0
Original line number Diff line number Diff line
@@ -199,5 +199,21 @@
			ti,hwmods = "mcspi4";
			ti,spi-num-cs = <1>;
		};

		mmc1: mmc@4809c000 {
			compatible = "ti,omap3-hsmmc";
			ti,hwmods = "mmc1";
			ti,dual-volt;
		};

		mmc2: mmc@480b4000 {
			compatible = "ti,omap3-hsmmc";
			ti,hwmods = "mmc2";
		};

		mmc3: mmc@480ad000 {
			compatible = "ti,omap3-hsmmc";
			ti,hwmods = "mmc3";
		};
	};
};