Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: remove useless interrupt-names property on stm32f429

Driver doesn't use interrupt's name to get it so remove it from
the node.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Benjamin Gaignard and committed by
Alexandre Torgue
70d4301e 1c9aa677

-1
-1
arch/arm/boot/dts/stm32f429.dtsi
··· 322 322 assigned-clock-parents = <&rcc 1 CLK_LSE>; 323 323 interrupt-parent = <&exti>; 324 324 interrupts = <17 1>; 325 - interrupt-names = "alarm"; 326 325 st,syscfg = <&pwrcfg 0x00 0x100>; 327 326 status = "disabled"; 328 327 };