diff --git a/liblms7002m.c b/liblms7002m.c index 3b7f556..47c2cd4 100644 --- a/liblms7002m.c +++ b/liblms7002m.c @@ -177,9 +177,11 @@ int lms7_ldo_enable(struct lms7_state* st, bool enable) uint32_t lod_regs[] = { MAKE_LMS7002_0x0092( 0, 0, 0, 0, e, e, 0, e, 0, 0, 0, e, 0, e, 0, e), MAKE_LMS7002_0x0093( 0, 0, 0, 0, 0, 0, 0, e, e, 0, e, e, 0, 0, 0, e), + MAKE_LMS7002_0x0095( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), + MAKE_LMS7002_0x0096( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), MAKE_LMS7002_0x00A6( 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1), - MAKE_LMS7002_0x00A1( 101, 140 ), - MAKE_LMS7002_0x00A4( 140, 101 ), + MAKE_LMS7002_0x00A1( 101, 101 ), + MAKE_LMS7002_0x00A4( 101, 101 ), }; return lms7_spi_post(st, REG_COUNT(lod_regs), lod_regs); }