mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
tegra-alt: adsp: supress bind/unbind attributes
Driver binding/unbinding is causing crash on the driver. The bind/unbind options are supressed from the driver until there is plan to support this, since it requires to take care of lot of other dependencies. Bug 1779074 Change-Id: I61b41d425dac21b1bae1a21d36d0ca22dd4c7c20 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: http://git-master/r/1166724 Reviewed-by: Viraj Karandikar <vkarandikar@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com>
This commit is contained in:
@@ -3500,6 +3500,7 @@ static struct platform_driver tegra210_adsp_audio_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = tegra210_adsp_audio_of_match,
|
||||
.pm = &tegra210_adsp_pm_ops,
|
||||
.suppress_bind_attrs = true,
|
||||
},
|
||||
.probe = tegra210_adsp_audio_platform_probe,
|
||||
.remove = tegra210_adsp_audio_platform_remove,
|
||||
|
||||
Reference in New Issue
Block a user