mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
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>
This commit is contained in:
parent
81825b111d
commit
0762ddd73a
@ -22,6 +22,10 @@ The following generic nodes are supported:
|
||||
- input-schmitt-disable
|
||||
- slew-rate
|
||||
|
||||
NXP specific properties:
|
||||
- nxp,gpio-pin-interrupt : Assign pin to gpio pin interrupt controller
|
||||
irq number 0 to 7. See example below.
|
||||
|
||||
Not all pins support all properties so either refer to the NXP 1850/4350
|
||||
user manual or the pin table in the pinctrl-lpc18xx driver for supported
|
||||
pin properties.
|
||||
@ -54,4 +58,14 @@ pinctrl: pinctrl@40086000 {
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
gpio_joystick_pins: gpio-joystick-pins {
|
||||
gpio_joystick_1_cfg {
|
||||
pins = "p9_0";
|
||||
function = "gpio";
|
||||
nxp,gpio-pin-interrupt = <0>;
|
||||
input-enable;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user