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

Commit ae4c65c9 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

iio: adc: Add full-scale voltage for PMIC7 ADC



Add full-scale voltage value for PMIC7 ADC to
accurately calculate measured channel voltages.

Change-Id: Ifb5fdc0e6fb23f21082a3708accb30de2d0abc89
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent e76088ab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/bitops.h>
@@ -853,6 +853,7 @@ static const struct adc5_data adc5_data_pmic = {
};

static const struct adc5_data adc7_data_pmic = {
	.full_scale_code_volt = 0x70e4,
	.adc_chans = adc7_chans_pmic,
	.decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
				{85, 340, 1360},