aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-04-09 09:35:08 +0200
committerArnd Bergmann <arnd@arndb.de>2021-04-09 09:35:08 +0200
commitbe0f990acfdd42437f10d5f27e2fc427645c9097 (patch)
tree8be0c1eb816a84c113ca4ab6d4813c4b88e19ce0
parentARM: dts: mvebu: fix SPI device node (diff)
downloadlinux-dev-be0f990acfdd42437f10d5f27e2fc427645c9097.tar.xz
linux-dev-be0f990acfdd42437f10d5f27e2fc427645c9097.zip
ARM: dts: clps711x: fix missing interrupt parent
The kernelci.org bot reports a build time regression: arch/arm/boot/dts/ep7209.dtsi:187.17-192.4: Warning (interrupts_property): /keypad: Missing interrupt-parent There is only one interrupt controller in this SoC, so I assume this is the parent. Fixes: 2bd86203acf3 ("ARM: dts: clps711x: Add keypad node") Reported-by: kernelci.org bot <bot@kernelci.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/boot/dts/ep7209.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi
index 40a277370fd0..57bdad2c1994 100644
--- a/arch/arm/boot/dts/ep7209.dtsi
+++ b/arch/arm/boot/dts/ep7209.dtsi
@@ -186,6 +186,7 @@
keypad: keypad {
compatible = "cirrus,ep7209-keypad";
+ interrupt-parent = <&intc>;
interrupts = <16>;
syscon = <&syscon1>;
status = "disabled";