Merge "dt-bindings: msm: Add bindings for flash type"

This commit is contained in:
qctecmdr
2021-06-17 04:23:13 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,6 +1,6 @@
/* 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