bus: ti-sysc: Fix uninitialized framedonetv_irq
authorTony Lindgren <tony@atomide.com>
Sun, 31 May 2020 19:37:54 +0000 (12:37 -0700)
committerSasha Levin <sashal@kernel.org>
Tue, 30 Jun 2020 19:35:59 +0000 (15:35 -0400)
commitd3c6de1e8b4b3949eef4b1cc0a2d8535b17fde67
tree5306672109f20edc6fee4355afe47d5595577dc1
parentef2ab15e04a97347047d357a5a143c5561954a7c
bus: ti-sysc: Fix uninitialized framedonetv_irq

[ Upstream commit 085bc0e576a4bf53b67a917c54908f299a2fb949 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bus/ti-sysc.c