mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
c279bec375d672c91d38925e9ae3924b36d55dc7
Currently adsp_audio rely on xbar device to keep clock enable. For some of corner cases it is observed that xbar devices gets to suspend state leading to disabling of ahub clock, however nvadma still trying to program adma. This leads to adsp crash. This change adds support for adsp_audio to enable and disable clocks as per its runtime_resume and runtime_suspend calls. Bug 1756112 Change-Id: I5697853d901eed1059bd1ce29099a74cf62d46a3 Signed-off-by: Dipesh Gandhi <dipeshg@nvidia.com> Reviewed-on: http://git-master/r/1149568 (cherry picked from commit 17d84bd026751e1bc380d69bd89c4a034d9398fc) Reviewed-on: http://git-master/r/1155917 (cherry picked from commit 0ef2ab54b1da6a9573c863ac8e60e7192ae3b2d6) Reviewed-on: http://git-master/r/1163157 GVS: Gerrit_Virtual_Submit Tested-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com>
Description
No description provided