Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb4c3ab7 authored by shiwgupt's avatar shiwgupt
Browse files

dt-bindings: msm: Add bindings for flash type



Add binding support for flash type for khaje camera.

CRs-Fixed: 2938804
Change-Id: Ie4c7978d9baf34456300f39cd1d607c693420862
Signed-off-by: default avatarshiwgupt <shiwgupt@codeaurora.org>
parent d9ce9a59
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
 */

#ifndef __MSM_CAMERA_H
@@ -76,4 +76,9 @@
#define CAM_CPAS_MP_LIMIT_FUSE              5
#define CAM_CPAS_FUSE_FEATURE_MAX           6

/* Flash type*/
#define CAM_FLASH_TYPE_GPIO 0
#define CAM_FLASH_TYPE_I2C  1
#define CAM_FLASH_TYPE_PMIC 2

#endif