ARM: OMAP2+: PRM: add generic API for checking hardreset status
PRM driver now has a generic API for checking hardreset status. SoC specific support functions are registered through the prm_ll_data. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Paul Walmsley <paul@pwsan.com> Tested-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:

committed by
Tony Lindgren

parent
37fb59d7e0
commit
1bc28b3472
@@ -666,6 +666,7 @@ static struct prm_ll_data omap3xxx_prm_ll_data = {
|
||||
.late_init = &omap3xxx_prm_late_init,
|
||||
.assert_hardreset = &omap2_prm_assert_hardreset,
|
||||
.deassert_hardreset = &omap2_prm_deassert_hardreset,
|
||||
.is_hardreset_asserted = &omap2_prm_is_hardreset_asserted,
|
||||
};
|
||||
|
||||
int __init omap3xxx_prm_init(void)
|
||||
|
Reference in New Issue
Block a user