Commit 11d0d300 authored by Johannes Pointner's avatar Johannes Pointner Committed by Lee Jones

mfd: tps65217: Add compatible string for subdevices

Adds of_compatible strings to mfd_cells for sub devices of the tps65217.
Signed-off-by: default avatarJohannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent a9e2e473
......@@ -33,9 +33,11 @@
static const struct mfd_cell tps65217s[] = {
{
.name = "tps65217-pmic",
.of_compatible = "ti,tps65217-pmic",
},
{
.name = "tps65217-bl",
.of_compatible = "ti,tps65217-bl",
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment