Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: lpc1850-scu: document nxp,gpio-pin-interrupt

Update devicetree documention for lpc1850-scu with the new
nxp,gpio-pin-interrupt property.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Joachim Eastwood and committed by
Linus Walleij
0762ddd7 81825b11

+14
+14
Documentation/devicetree/bindings/pinctrl/nxp,lpc1850-scu.txt
··· 22 22 - input-schmitt-disable 23 23 - slew-rate 24 24 25 + NXP specific properties: 26 + - nxp,gpio-pin-interrupt : Assign pin to gpio pin interrupt controller 27 + irq number 0 to 7. See example below. 28 + 25 29 Not all pins support all properties so either refer to the NXP 1850/4350 26 30 user manual or the pin table in the pinctrl-lpc18xx driver for supported 27 31 pin properties. ··· 55 51 uart0_tx_cfg { 56 52 pins = "pf_10"; 57 53 function = "uart0"; 54 + bias-disable; 55 + }; 56 + }; 57 + 58 + gpio_joystick_pins: gpio-joystick-pins { 59 + gpio_joystick_1_cfg { 60 + pins = "p9_0"; 61 + function = "gpio"; 62 + nxp,gpio-pin-interrupt = <0>; 63 + input-enable; 58 64 bias-disable; 59 65 }; 60 66 };