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

Commit 7ccc70a8 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

Revert "mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly"



This reverts commit 3543995a.

I mixed up maintainers and thought Linus' ack was for the mfd tree.
But Lee Jones (the real maintainer) wants to merge this through the
mfd tree, so revert here.

Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parent 6761d0a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,6 @@ static struct gpiod_lookup_table panel_gpio_table = {
	.table = {
	.table = {
		/* Panel EN/DISABLE */
		/* Panel EN/DISABLE */
		GPIO_LOOKUP("gpio_crystalcove", 94, "panel", GPIO_ACTIVE_HIGH),
		GPIO_LOOKUP("gpio_crystalcove", 94, "panel", GPIO_ACTIVE_HIGH),
		{ },
	},
	},
};
};