Commit bffe0d85 authored by Marco Felsch's avatar Marco Felsch Committed by Shawn Guo

ARM: dts: imx6qdl-phytec-pfla02: add missing interrupt-controller property

The DA9063 device need the required "interrupt-controller" property as
documented by the bindings [1].

[1] Documentation/devicetree/bindings/mfd/da9063.txt
Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a822029a
......@@ -117,6 +117,7 @@ pmic@58 {
reg = <0x58>;
interrupt-parent = <&gpio2>;
interrupts = <9 IRQ_TYPE_LEVEL_LOW>; /* active-low GPIO2_9 */
interrupt-controller;
regulators {
vddcore_reg: bcore1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment