projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
888a411
)
[COMMON] dt_binding: camera: add dual sync mode define
author
Wooyeon Kim
<wooy88.kim@samsung.com>
Tue, 11 Dec 2018 11:40:47 +0000
(20:40 +0900)
committer
xiest1
<xiest1@lenovo.com>
Tue, 5 Nov 2019 09:30:04 +0000
(17:30 +0800)
- for distinguish each project's sensor dual sync mode
PR JIRA ID: CPR-491
Change-Id: Ic2d2bdf4786671ca2ee1468b2d798a6a44ed99ed
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
include/dt-bindings/camera/fimc_is.h
patch
|
blob
|
blame
|
history
diff --git
a/include/dt-bindings/camera/fimc_is.h
b/include/dt-bindings/camera/fimc_is.h
index 745765b04f669aa1c3201bfcc469096a038530d8..0842971a1edd2ac215223ba402606677e6192755 100644
(file)
--- a/
include/dt-bindings/camera/fimc_is.h
+++ b/
include/dt-bindings/camera/fimc_is.h
@@
-108,4
+108,8
@@
#define DUAL_SYNC_MASTER 1
#define DUAL_SYNC_SLAVE 2
+#define DUAL_SYNC_NONE 0
+#define DUAL_SYNC_MASTER 1
+#define DUAL_SYNC_SLAVE 2
+
#endif