linux/Documentation/devicetree/bindings/soc
Christophe Leroy 726bd22310 powerpc/8xx: Adding support of IRQ in MPC8xx GPIO
This patch allows the use of IRQ to notify the change of GPIO status
on MPC8xx CPM IO ports. This then allows to associate IRQs to GPIOs
in the Device Tree.

Ex:
	CPM1_PIO_C: gpio-controller@960 {
		#gpio-cells = <2>;
		compatible = "fsl,cpm1-pario-bank-c";
		reg = <0x960 0x10>;
		fsl,cpm1-gpio-irq-mask = <0x0fff>;
		interrupts = <1 2 6 9 10 11 14 15 23 24 26 31>;
		interrupt-parent = <&CPM_PIC>;
		gpio-controller;
	};

The property 'fsl,cpm1-gpio-irq-mask' defines which of the 16 GPIOs
have the associated interrupts defined in the 'interrupts' property.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
2017-05-02 22:35:00 -05:00
..
bcm dt-bindings: add rpi power domain driver bindings 2015-12-21 20:00:40 -08:00
dove
fsl powerpc/8xx: Adding support of IRQ in MPC8xx GPIO 2017-05-02 22:35:00 -05:00
mediatek soc: mediatek: Add MT2701 power dt-bindings 2016-10-31 00:59:23 +01:00
qcom dt-binding: soc: qcom: smd: Add label property 2016-12-04 20:57:50 -08:00
rockchip scripts/spelling.txt: add "followings" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
ti Documentation: dt: soc: fix spelling mistakes 2016-04-25 08:41:21 -05:00
zte dt-bindings: zte: add bindings document for zx2967 power domain controller 2017-01-11 16:20:40 +08:00