diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2019-08-24 02:27:03 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-25 09:15:17 +0200 |
commit | b04f537caab4deae1b839438e8fd5ed4bc598b43 (patch) | |
tree | e00ff7c23a77255b06a9d3209bede05e02f1ac35 /arch/arm/boot/dts/vf610-zii-scu4-aib.dts | |
parent | ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards (diff) | |
download | linux-b04f537caab4deae1b839438e8fd5ed4bc598b43.tar.xz linux-b04f537caab4deae1b839438e8fd5ed4bc598b43.zip |
ARM: dts: vf610-zii-scu4-aib: Configure IRQ line for GPIO expander
Configure IRQ line for SX1503 GPIO expander. We already have
appropriate pinmux entry and all that is missing is "interrupt-parent"
and "interrupts" properties. Add them.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Cory Tusar <cory.tusar@zii.aero>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610-zii-scu4-aib.dts')
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-scu4-aib.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts index 666ec27a73e3..dc8a5f37a1ef 100644 --- a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts +++ b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts @@ -565,6 +565,8 @@ #gpio-cells = <2>; reg = <0x20>; gpio-controller; + interrupt-parent = <&gpio1>; + interrupts = <31 IRQ_TYPE_EDGE_FALLING>; }; lm75@4e { |