commit | 085bc0e576a4bf53b67a917c54908f299a2fb949 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Sun May 31 12:37:54 2020 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Jun 03 10:12:19 2020 -0700 |
tree | ff91edccb10f78ace6ba1509754f00b8e265ca04 | |
parent | 08b91dd6e547467fad61a7c201ff71080d7ad65a [diff] |
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>