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

Commit deacc23a authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: Enable WLED and LCDB for sdmshrike platforms



Add the required configuration needed for WLED peripheral and
enable LCDB device to support LCD panels on sdmshrike platforms.

Change-Id: Icc60d6b5b5b4865661872614ce8bc8fb24a4e2c9
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent ce96c431
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -46,6 +46,15 @@
	};
};

&pm855l_wled {
	qcom,string-cfg= <7>;
	status = "ok";
};

&pm855l_lcdb {
	status = "ok";
};

&qupv3_se12_2uart {
	status = "ok";
};
+9 −0
Original line number Diff line number Diff line
@@ -46,6 +46,15 @@
	};
};

&pm855l_wled {
	qcom,string-cfg= <7>;
	status = "ok";
};

&pm855l_lcdb {
	status = "ok";
};

&qupv3_se12_2uart {
	status = "ok";
};