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

Commit 91b3e3c0 authored by Ashish Chavan's avatar Ashish Chavan Committed by Anirudh Ghayal
Browse files

power: supply: qcom: Update device id table for smblite driver



Add compatible string name "qcom,qpnp-pm5100-smblite" for PM5100.

Change-Id: Idb8772aecdcc30b781b7ee0349977995641c15c2
Signed-off-by: default avatarAshish Chavan <ashichav@codeaurora.org>
parent 191c2686
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2069,6 +2069,10 @@ static const struct of_device_id match_table[] = {
		.compatible = "qcom,qpnp-smblite",
		.data = (void *)PM2250,
	},
	{
		.compatible = "qcom,qpnp-pm5100-smblite",
		.data = (void *)PM5100,
	},
	{ },
};