Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce9edf5b authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren
Browse files

ARM: dts: omap3-gta04: add comments about gpios



Add comments to state which GPIO is used for some interrupts.

Signed-off-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2a2130c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -264,7 +264,7 @@
		compatible = "bosch,bmp085";
		compatible = "bosch,bmp085";
		reg = <0x77>;
		reg = <0x77>;
		interrupt-parent = <&gpio4>;
		interrupt-parent = <&gpio4>;
		interrupts = <17 IRQ_TYPE_EDGE_RISING>;
		interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* GPIO_113 */
	};
	};


	/* accelerometer */
	/* accelerometer */
@@ -272,7 +272,7 @@
		compatible = "bosch,bma180";
		compatible = "bosch,bma180";
		reg = <0x41>;
		reg = <0x41>;
		interrupt-parent = <&gpio4>;
		interrupt-parent = <&gpio4>;
		interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
	};
	};


	/* leds */
	/* leds */
@@ -323,7 +323,7 @@
		compatible = "ti,tsc2007";
		compatible = "ti,tsc2007";
		reg = <0x48>;
		reg = <0x48>;
		interrupt-parent = <&gpio6>;
		interrupt-parent = <&gpio6>;
		interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
		interrupts = <0 IRQ_TYPE_EDGE_FALLING>; /* GPIO_160 */
		gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
		gpios = <&gpio6 0 GPIO_ACTIVE_LOW>;
		ti,x-plate-ohms = <600>;
		ti,x-plate-ohms = <600>;
	};
	};