Re: [PATCH 1/4] rtc: rx8025: drop non-DM support

2021-10-03 Thread Tom Rini
On Fri, Sep 17, 2021 at 06:46:01AM +, Mathew McBride wrote: > A search of the tree showed there is only one user > of this driver (soon to be two) - board/socrates > > The second user will be the Traverse Ten64 board. > > Both these boards have DM_RTC. > > Signed-off-by: Mathew McBride

[PATCH 1/4] rtc: rx8025: drop non-DM support

2021-09-17 Thread Mathew McBride
A search of the tree showed there is only one user of this driver (soon to be two) - board/socrates The second user will be the Traverse Ten64 board. Both these boards have DM_RTC. Signed-off-by: Mathew McBride --- drivers/rtc/Kconfig | 1 + drivers/rtc/rx8025.c | 80