]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: dts: ti/omap: omap4-serial: fix interrupts syntax
authorAndreas Kemnade <andreas@kemnade.info>
Mon, 30 Dec 2024 19:55:56 +0000 (20:55 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 6 Feb 2025 00:26:34 +0000 (16:26 -0800)
commit13203d24dd003206f58d570d19e2b515feca71c5
tree449906c2bb0dcc22806ccbf4177a7ad4f7ec10f8
parent10a71ea103249d3aa800552595a90ad55932c781
ARM: dts: ti/omap: omap4-serial: fix interrupts syntax

Usually interrupts are overwritten in the board file to specify a
mux-dependent dedicated wakeup irq, so there is interrupts and
interrupts-extended property which is not allowed. That has generated a
lot of noise during dts changes if just a phandle involved has randomly
changed.

Avoid that mess by specifying interrupts-extended in the dtsi file.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Reported-by: Rob Herring <robh@kernel.org>
Closes: https://lore.kernel.org/linux-omap/173558214240.2262575.18233884215338168789.robh@kernel.org/
Closes: https://lore.kernel.org/linux-omap/172784021601.525825.18405282128990798038.robh@kernel.org/
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20241230195556.112118-1-andreas@kemnade.info
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/omap4-l4.dtsi