diff options
Diffstat (limited to 'arch/arm/boot/dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 15 | 
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index b83d1bdb0bd..b8c949698ae 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -75,8 +75,9 @@  		/* listed below will be reported as the wakeup reason */  		/*                                                    */  		/*             off  IRQ handle                        */ -		ti,pad_irq = <0x150  88  1>, /* 72 + 16, uart1 - BT input */ -                     <0x9f6  143 1>, /* mpu6515 irq pin - is this offset correct? */ +		ti,pad_irq = <0x150  88  1>, /* 72 + 16, uart1 - BT input      */ +                     <0x9f6  143 1>, /* mpu6515 irq pin - is this offset correct?      */ +                     <0x9ea  122 1>, /* bq27400 chg irq8 */                       <0x9f4  123 1>, /* BT host wake          */                       <0x1b0  23  1>; /* sys_nirq              */  	}; @@ -232,7 +233,15 @@  		pinctrl-single,pins = <  			0x006 0x008     /* SYS_CLKREQ, MODE0 | PULLDOWN */  			0x018 0x000     /* SYS_OFF_MODE, MODE0 */ -			0x01a 0x10c     /* SYS_CLKOUT1, MODE4 | INPUT_PULLDOWN */ +			/* Fuel gauge interrupt */ +			0x01a 0x4104     /* SYS_CLKOUT1, MODE4 | OMAP_PIN_INPUT */ + +			/* +			 * lm3530 PWM pin, gpio128 +			 * gpio128, MODE4 | OFFPULLDOWN | OFFENABLE | OFFOUTENABLE | +			 *          OUTPUT +			 */ +			0x058 0x1604              /* Wakeup from Bluetooth */              0x024 0x410C    /* JTAG_EMU0, OMAP_MUX_MODE4 | OMAP_PIN_INPUT |  |