mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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: 2bd86203ac ("ARM: dts: clps711x: Add keypad node")
Reported-by: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
420c4c4619
commit
be0f990acf
|
|
@ -186,6 +186,7 @@ syscon3: syscon@80002200 {
|
|||
|
||||
keypad: keypad {
|
||||
compatible = "cirrus,ep7209-keypad";
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <16>;
|
||||
syscon = <&syscon1>;
|
||||
status = "disabled";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user