Commit 2082852f authored by André Hentschel's avatar André Hentschel Committed by Tony Lindgren
Browse files

ARM: dts: omap3-echo: Add ath6kl node



Add ath6kl node.

Signed-off-by: default avatarAndré Hentschel <nerv@dawncrow.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9f98835b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -606,6 +606,8 @@ &mmc2 {
};

&mmc3 {
	#address-cells = <1>;
	#size-cells = <0>;
	status = "okay";
	bus-width = <4>;
	pinctrl-names = "default";
@@ -615,6 +617,11 @@ &mmc3 {
	mmc-pwrseq = <&sdio_pwrseq>;
	vmmc-supply = <&vcc3v3>;
	vqmmc-supply = <&vcc1v8>;
	atheros@0 {
		compatible = "atheros,ath6kl";
		reg = <0>;
		bus-width = <4>;
	};
};

&tps {