> While explicit clock management works, please use pm_runtime_*() > instead, as the device is part of a Clock Domain. Also, the TSN > block may be reused on a different SoC, where it is part of a real > power domain, and manual clock management won't be sufficient. Please document this in the commit message. It was not obvious to me at least that pm_runtime without callbacks can effect clocks. Andrew