bus: ti-sysc: Fix uninitialized framedonetv_irq
authorTony Lindgren <tony@atomide.com>
Sun, 31 May 2020 19:37:54 +0000 (12:37 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 3 Jun 2020 17:12:19 +0000 (10:12 -0700)
commit085bc0e576a4bf53b67a917c54908f299a2fb949
treeff91edccb10f78ace6ba1509754f00b8e265ca04
parent08b91dd6e547467fad61a7c201ff71080d7ad65a
bus: ti-sysc: Fix uninitialized framedonetv_irq

We are currently only setting the framedonetv_irq disabled for the SoCs
that don't have it. But we are never setting it enabled for the SoCs that
have it. Let's initialized it to true by default.

Fixes: 7324a7a0d5e2 ("bus: ti-sysc: Implement display subsystem reset quirk")
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c