commit | a54275f4ab204137c9995c686c7f1cd2682cc0a4 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Mar 21 11:00:21 2019 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Apr 03 09:32:35 2019 -0700 |
tree | 4684d70c95284a974db6cb523f11fcad3f557ff5 | |
parent | 42b9c5c99bfc26eb2c82fa2a2440cda82d0258e3 [diff] |
bus: ti-sysc: Add quirk handling for external optional functional clock We cannot access mcpdm registers at all unless there is an optional pdmclk configured. As this is currently only needed for mcpdm, let's check for mcpdm in sysc_get_clocks(). If it turns out to be needed for other modules too, we can add more flags to the quirks table for this. Signed-off-by: Tony Lindgren <tony@atomide.com>