ARM: dts: omap3-gta04: add comments about gpios
authorNeilBrown <neil@brown.name>
Thu, 22 Jan 2015 20:38:14 +0000 (21:38 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 20:54:31 +0000 (12:54 -0800)
Add comments to state which GPIO is used for some interrupts.

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi

index 752a4e9260455141caeab8b9797dba7e02d6aaa7..b675cce4c9803285f74c3ab3f365eeb94e18b746 100644 (file)
                compatible = "bosch,bmp085";
                reg = <0x77>;
                interrupt-parent = <&gpio4>;
-               interrupts = <17 IRQ_TYPE_EDGE_RISING>;
+               interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* GPIO_113 */
        };
 
        /* accelerometer */
                compatible = "bosch,bma180";
                reg = <0x41>;
                interrupt-parent = <&gpio4>;
-               interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
        };
 
        /* leds */
                compatible = "ti,tsc2007";
                reg = <0x48>;
                interrupt-parent = <&gpio6>;
-               interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
+               interrupts = <0 IRQ_TYPE_EDGE_FALLING>; /* GPIO_160 */
                gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
                ti,x-plate-ohms = <600>;
        };