AM3517 doesn't support SmartReflex.
However, these HWMODS are defined in omap3xxxx_hwmods[]:
&omap34xx_sr1_hwmod,
&omap34xx_sr2_hwmod,
&omap36xx_sr1_hwmod,
&omap36xx_sr2_hwmod,
(similar definition in l4_slaves as well)
This leads to crash when booting the kernel on AM3517EVM during
_setup().
I see the field .omap_chip being initialized; but not used.
If I were to use this - along with cpu_is_omap3517(), I would need
to define a new flag e.g. CHIP_IS_AM3517 and add it to almost all
devices defined in omap_hwmod_3xxx_data.c.
Before going all out on making changes, wanted to check if there is
a better way. Has this/similar possibility been considered earlier?
Best regards,
Sanjeev
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html