Commit 401c5f2d authored by Matthijs van Duin's avatar Matthijs van Duin Committed by Nick Elsmore
Browse files

palmas: support palmas

parent 9c891490
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ static struct dm_pmic_ops palmas_ops = {
};

static const struct udevice_id palmas_ids[] = {
	{ .compatible = "ti,palmas",	.data = PALMAS },  // twl6035/37
	{ .compatible = "ti,tps659038", .data = TPS659038 },
	{ .compatible = "ti,tps65917" , .data = TPS65917 },
	{ }