msm: camera: sensor: Move cci master index to dt-bindings
Master specific index is moved to dt bindings to share across dtsi and driver for the same referencing. This will help to align indexing and controlling of pinctrl with master specific slaves. CRs-Fixed: 2907475, 2954556 Change-Id: Ic5b5537b44af583cb7623ef38a19e67ffe95e95d Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __MSM_CAMERA_H
|
||||
@@ -90,4 +90,8 @@
|
||||
#define CAM_CPAS_ISP_PIX_FUSE 5
|
||||
#define CAM_CPAS_FUSE_FEATURE_MAX 6
|
||||
|
||||
#define CCI_MASTER_0 0
|
||||
#define CCI_MASTER_1 1
|
||||
#define CCI_MASTER_MAX 2
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user