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

Commit 1d057b85 authored by Ankur Raina's avatar Ankur Raina Committed by Samuel Ortiz
Browse files

mfd: Update DA9055 i2c device id name



DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c
device id name to match the standard naming convention followed for such chips.

Signed-off-by: default avatarAnkur Raina <Ankur.Raina@kpitcummins.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 4b3b4a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static int da9055_i2c_remove(struct i2c_client *i2c)
}

static struct i2c_device_id da9055_i2c_id[] = {
	{"da9055-pmic", 0},
	{"da9055", 0},
	{ }
};