Hi Geert, On Monday, May 07, 2018, Geert Uytterhoeven wrote: > > Hi Simon, Magnus, > > RZ/A1H peripherals use a mix of level and edge interrupts. > > This patch series corrects the interrupt types for watchdog and RTC from > edge to level, to match the datasheet. > > Is there any easy way to test this? > The watchdog interrupt is not used by the Linux driver. > The RTC interrupts are used, but how to trigger them? Honestly, I can't remember if I did that for a reason, or it was just an oversight. Like you mentioned, the watchdog driver does not use interrupts, it simply resets system on overflow. As for RTC, I thought I remember setting an 'alarm' and testing the code did work. But, I can't seem to find any leftover test scripts (so did I really do that????) I would say make the changes anyway as they should match what is in the hardware manual. Chris