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:
Jigarkumar Zala
2021-03-23 16:40:44 -07:00
parent 5602b6385c
commit 849491a0f2
3 changed files with 52 additions and 50 deletions

View File

@@ -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