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

Commit abf57f73 authored by Akshay Bhat's avatar Akshay Bhat Committed by Alexandre Belloni
Browse files

rtc: rx8010: Specify correct address for RX8010_RESV31



Define for reserved register 31 had the incorrect address. Specify
the correct address.

Reported-by: default avatarJens-Peter Oswald <oswald@lre.de>
Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent e0b6576f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
#define RX8010_CTRL    0x1F
/* 0x20 to 0x2F are user registers */
#define RX8010_RESV30  0x30
#define RX8010_RESV31  0x32
#define RX8010_RESV31  0x31
#define RX8010_IRQ     0x32

#define RX8010_EXT_WADA  BIT(3)