diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-01-15 11:37:08 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-01-19 10:21:48 -0500 |
commit | e8bfa0422469cdfc86be3f525f621b1d44d2481b (patch) | |
tree | d57a06e8924e9365fbe9e85cb26e0e927176ab79 | |
parent | 232e9d4c954afc7213df563013643544b09b1555 (diff) |
ARM: dts: nomadik: add interrupt-parent for clcd
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>
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi index 68aab50a73ab..733678b75b88 100644 --- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi +++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | |||
@@ -750,6 +750,7 @@ | |||
750 | reg = <0x10120000 0x1000>; | 750 | reg = <0x10120000 0x1000>; |
751 | interrupt-names = "combined"; | 751 | interrupt-names = "combined"; |
752 | interrupts = <14>; | 752 | interrupts = <14>; |
753 | interrupt-parent = <&vica>; | ||
753 | clocks = <&clcdclk>, <&hclkclcd>; | 754 | clocks = <&clcdclk>, <&hclkclcd>; |
754 | clock-names = "clcdclk", "apb_pclk"; | 755 | clock-names = "clcdclk", "apb_pclk"; |
755 | status = "disabled"; | 756 | status = "disabled"; |