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

Commit 191211f5 authored by Ilkka Koskinen's avatar Ilkka Koskinen Committed by Samuel Ortiz
Browse files

mfd: Rename twl5031 sih modules



Fix the names of twl5031 specific sih modules to match
the documentation.

Signed-off-by: default avatarIlkka Koskinen <ilkka.koskinen@nokia.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent ae9f52f0
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -232,10 +232,11 @@ static const struct sih sih_modules_twl5031[8] = {
	},
	[6] = {
		/*
		 * ACI doesn't use the same SIH organization.
		 * For example, it supports only one interrupt line
		 * ECI/DBI doesn't use the same SIH organization.
		 * For example, it supports only one interrupt output line.
		 * That is, the interrupts are seen on both INT1 and INT2 lines.
		 */
		.name		= "aci",
		.name		= "eci_dbi",
		.module		= TWL5031_MODULE_ACCESSORY,
		.bits		= 9,
		.bytes_ixr	= 2,
@@ -247,8 +248,8 @@ static const struct sih sih_modules_twl5031[8] = {

	},
	[7] = {
		/* Accessory */
		.name		= "acc",
		/* Audio accessory */
		.name		= "audio",
		.module		= TWL5031_MODULE_ACCESSORY,
		.control_offset	= TWL5031_ACCSIHCTRL,
		.bits		= 2,