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

Commit ed89a755 authored by Antonio Ospite's avatar Antonio Ospite Committed by Samuel Ortiz
Browse files

mfd: Remove ezx-pcap defines for custom led gpio encoding



We used these, in a first version of leds-pcap driver, in order to encode gpio
enabling and gpio inversion for a led inside the variable used for the gpio
number. In the new leds-pcap driver we rely on gpio_is_valid() to derive if a
led is gpio enabled and we have a dedicated flag to tell if the gpio value has
to be inverted.

Signed-off-by: default avatarAntonio Ospite <ospite@studenti.unina.it>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 9e272677
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -231,9 +231,6 @@ void pcap_set_ts_bits(struct pcap_chip *, u32);
#define PCAP_LED_4MA		1
#define PCAP_LED_5MA		2
#define PCAP_LED_9MA		3
#define PCAP_LED_GPIO_VAL_MASK	0x00ffffff
#define PCAP_LED_GPIO_EN	0x01000000
#define PCAP_LED_GPIO_INVERT	0x02000000
#define PCAP_LED_T_MASK		0xf
#define PCAP_LED_C_MASK		0x3
#define PCAP_BL_MASK		0x1f