diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-03-08 03:50:12 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 16:16:05 +0800 |
commit | 51dab7d9a28809c7d1ae6897e16c4cbb71a81fde (patch) | |
tree | 401c9c4f83526b734dd5d8554c9f2e8ba5548132 /arch/arm/boot/dts/vf610-zii-dev.dtsi | |
parent | e3abb14e81cfabdb3820557e1b4a478e1bafdce9 (diff) | |
download | linux-stable-51dab7d9a28809c7d1ae6897e16c4cbb71a81fde.tar.gz linux-stable-51dab7d9a28809c7d1ae6897e16c4cbb71a81fde.tar.bz2 linux-stable-51dab7d9a28809c7d1ae6897e16c4cbb71a81fde.zip |
ARM: dts: vf610-zii-dev: Wire up devel C switch interrupts
The devel B and devel C board use the same GPIO lines for interrupts
from the two switches. Move the pinmux nodes from devel B into the
shared .dtsi file, and wire up the interrupts on devel C.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610-zii-dev.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-dev.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-dev.dtsi b/arch/arm/boot/dts/vf610-zii-dev.dtsi index ca9e1bc35e45..6b58d3a97992 100644 --- a/arch/arm/boot/dts/vf610-zii-dev.dtsi +++ b/arch/arm/boot/dts/vf610-zii-dev.dtsi @@ -296,6 +296,18 @@ >; }; + pinctrl_gpio_switch0: pinctrl-gpio-switch0 { + fsl,pins = < + VF610_PAD_PTB5__GPIO_27 0x219d + >; + }; + + pinctrl_gpio_switch1: pinctrl-gpio-switch1 { + fsl,pins = < + VF610_PAD_PTB4__GPIO_26 0x219d + >; + }; + pinctrl_i2c_mux_reset: pinctrl-i2c-mux-reset { fsl,pins = < VF610_PAD_PTE14__GPIO_119 0x31c2 |