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

Commit 13d9b5a3 authored by Maya Erez's avatar Maya Erez
Browse files

ARM: dts: msm: define wil6210 as a board-specific device



wil6210 is a board-specific device and should not be enable
as part of the generic dtsi file.

Change-Id: I01e0479cfc74cfa67d573d1335060f3fd2d8a596
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent 41747adc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -848,3 +848,7 @@
		drive-strength = <8>; /* 8 MA */
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -776,3 +776,7 @@
		reset-gpios = <&tlmm 79 0>;
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -626,3 +626,7 @@
		status = "okay";
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -658,3 +658,7 @@
		};
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -889,3 +889,7 @@
		clock-names = "ref_clk";
	};
};

&wil6210 {
	status = "ok";
};
Loading