]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ARM: dts: nomadik: add interrupt-parent for clcd
authorArnd Bergmann <arnd@arndb.de>
Mon, 15 Jan 2018 16:37:08 +0000 (17:37 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 23 Feb 2018 14:26:40 +0000 (08:26 -0600)
commit4c568bd6ab7598b592f276740cbb32341406d7d3
tree954b802109f2e2e2106729f049052c93ea0a2012
parente0d00e15eea741e8a2e78326b4323f6d2997675b
ARM: dts: nomadik: add interrupt-parent for clcd

BugLink: http://bugs.launchpad.net/bugs/1751131
commit e8bfa0422469cdfc86be3f525f621b1d44d2481b upstream.

The clcd device is lacking an interrupt-parent property, which makes
the interrupt unusable and shows up as a warning with the latest
dtc version:

arch/arm/boot/dts/ste-nomadik-s8815.dtb: Warning (interrupts_property): Missing interrupt-parent for /amba/clcd@10120000
arch/arm/boot/dts/ste-nomadik-nhk15.dtb: Warning (interrupts_property): Missing interrupt-parent for /amba/clcd@10120000

I looked up the old board files and found that this interrupt has
the same irqchip as all the other on-chip device, it just needs one
extra line.

Fixes: 17470b7da11c ("ARM: dts: add the CLCD LCD display to the NHK15")
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi