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

Commit 917c88ae authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "adv7481: Fix Video split rendering observed on QTVinput"

parents 19b6fc5a 3bc00c17
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@

#define ONE_MHZ_TO_HZ		1000000
#define I2C_BLOCK_WRITE_SIZE    1024
#define ADV_REG_STABLE_DELAY    70      /* ms*/

enum adv7481_gpio_t {

@@ -476,7 +477,7 @@ static irqreturn_t adv7481_irq(int irq, void *dev)
	struct adv7481_state *state = dev;

	schedule_delayed_work(&state->irq_delayed_work,
						msecs_to_jiffies(0));
				msecs_to_jiffies(ADV_REG_STABLE_DELAY));
	return IRQ_HANDLED;
}