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

Commit d8e4a88b authored by Paul Parsons's avatar Paul Parsons Committed by Samuel Ortiz
Browse files

mfd: Define asic3 gpio_chip label



Defined the gpio_chip label in the mfd/asic3 driver for diagnostics.

Signed-off-by: default avatarPaul Parsons <lost.distance@yahoo.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent c29a8127
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -968,6 +968,7 @@ static int __init asic3_probe(struct platform_device *pdev)
		goto out_unmap;
	}

	asic->gpio.label = "asic3";
	asic->gpio.base = pdata->gpio_base;
	asic->gpio.ngpio = ASIC3_NUM_GPIOS;
	asic->gpio.get = asic3_gpio_get;