ARM: OMAP2+: Fix legacy mode dss_reset
authorTony Lindgren <tony@atomide.com>
Wed, 27 May 2020 23:32:06 +0000 (16:32 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 3 Jun 2020 17:12:20 +0000 (10:12 -0700)
commit77cad9dbc957f23a73169e8a8971186744296614
tree3a42d3257999879cb823668381f487820f3e3b92
parent085bc0e576a4bf53b67a917c54908f299a2fb949
ARM: OMAP2+: Fix legacy mode dss_reset

We must check for "dss_core" instead of "dss" to avoid also matching
also "dss_dispc". This only matters for the mixed case of data
configured in device tree but with legacy booting ti,hwmods property
still enabled.

Fixes: 8b30919a4e3c ("ARM: OMAP2+: Handle reset quirks for dynamically allocated modules")
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.c