From bdbc90e9d776f7d4f45fec89f3507ca8825c94e8 Mon Sep 17 00:00:00 2001 From: Andrey Filippov Date: Tue, 31 Dec 2013 01:00:38 +0000 Subject: [PATCH] bug fix in channel map --- drivers/elphel/elphel393-pwr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/elphel/elphel393-pwr.c b/drivers/elphel/elphel393-pwr.c index eab48c6..e6a8db0 100644 --- a/drivers/elphel/elphel393-pwr.c +++ b/drivers/elphel/elphel393-pwr.c @@ -105,7 +105,7 @@ static struct voltage_reg_t voltage_reg[]={ .name="vcc_sens01", .r1=VCC_SENS01_R1, .r2=VCC_SENS01_R2, - .awe_ref=LTC3589_AWE_B2DTV2_REF, + .awe_ref=LTC3589_AWE_B2DTV1_REF, .awe_en=LTC3589_AWE_OVEN_EN_SD2, .awe_pgood=LTC3589_AWE_PGSTAT_SD2, .mask_pgood=1, -- 2.18.1