diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2019-02-04 16:33:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-02-12 12:17:10 +0300 |
commit | bffe0d85e51a657d504cfd28345959e2fd28fc7b (patch) | |
tree | 5b8a778103090471c40a96548f0577b5b2bce43b /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |
parent | a822029a0cc0b838bff043482629f5fb9c2deb32 (diff) | |
download | linux-bffe0d85e51a657d504cfd28345959e2fd28fc7b.tar.xz |
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: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index 1b50b01e9bac..1bfa41e01a0c 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -117,6 +117,7 @@ reg = <0x58>; interrupt-parent = <&gpio2>; interrupts = <9 IRQ_TYPE_LEVEL_LOW>; /* active-low GPIO2_9 */ + interrupt-controller; regulators { vddcore_reg: bcore1 { |