Re: [PATCH 1/2] ARM: dts: stm32: add RTC support on STM32H743

2018-02-19 Thread kbuild test robot
Hi Amelie, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v4.16-rc2 next-20180219] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/

[PATCH 1/2] ARM: dts: stm32: add RTC support on STM32H743

2018-02-16 Thread Amelie Delaunay
This patch adds support for RTC on STM32H743 SoC. It also adds dt-bindings/interrupt-controller/irq.h include and uses it to configure RTC alarm interrupt. Signed-off-by: Amelie Delaunay --- arch/arm/boot/dts/stm32h743.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arc