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 from dsi node for stm32f469

DSI driver doesn't use interrupt, remove it from the node since it
breaks yaml check.

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
b81c8c3b 376d5d86

-1
-1
arch/arm/boot/dts/stm32f469.dtsi
··· 8 8 dsi: dsi@40016c00 { 9 9 compatible = "st,stm32-dsi"; 10 10 reg = <0x40016c00 0x800>; 11 - interrupts = <92>; 12 11 resets = <&rcc STM32F4_APB2_RESET(DSI)>; 13 12 reset-names = "apb"; 14 13 clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>;