OSDN Git Service

ARM: dts: nomadik: add interrupt-parent for clcd
authorArnd Bergmann <arnd@arndb.de>
Mon, 15 Jan 2018 16:37:08 +0000 (17:37 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Jan 2018 15:21:48 +0000 (16:21 +0100)
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>
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi

index 68aab50..733678b 100644 (file)
                        reg = <0x10120000 0x1000>;
                        interrupt-names = "combined";
                        interrupts = <14>;
+                       interrupt-parent = <&vica>;
                        clocks = <&clcdclk>, <&hclkclcd>;
                        clock-names = "clcdclk", "apb_pclk";
                        status = "disabled";