msm: camera_v2: Remove sysfs bind/unbind files

This change disables dynamic bind/unbind capability
for CPP/JPEG/FD modules since it is not currently supported.

Change-Id: Ice692d7d700c3b7a75463b109265f958993031eb
Signed-off-by: Venu Raidu <vraidu@codeaurora.org>
Signed-off-by: Sumalatha Malothu <smalot@codeaurora.org>
This commit is contained in:
Venu Raidu 2019-04-16 18:16:11 +05:30 committed by Gerrit - the friendly Code Review server
parent 79a8f21570
commit 4e08c8cbac
4 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@ -1471,6 +1471,7 @@ static struct platform_driver fd_driver = {
.name = MSM_FD_DRV_NAME,
.owner = THIS_MODULE,
.of_match_table = msm_fd_dt_match,
.suppress_bind_attrs = true,
},
};

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@ -323,6 +323,7 @@ static struct platform_driver msm_jpeg_driver = {
.name = "msm_jpeg",
.owner = THIS_MODULE,
.of_match_table = msm_jpeg_dt_match,
.suppress_bind_attrs = true,
},
};

View file

@ -1493,6 +1493,7 @@ static struct platform_driver jpegdma_driver = {
.name = MSM_JPEGDMA_DRV_NAME,
.owner = THIS_MODULE,
.of_match_table = msm_jpegdma_dt_match,
.suppress_bind_attrs = true,
},
};

View file

@ -4804,6 +4804,7 @@ static struct platform_driver cpp_driver = {
.name = MSM_CPP_DRV_NAME,
.owner = THIS_MODULE,
.of_match_table = msm_cpp_dt_match,
.suppress_bind_attrs = true,
},
};