diff options
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 26 | 
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index ee19b23f0cc..d162d465c8b 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -68,7 +68,7 @@  		 * for a gpio IRQ (banks numbered 1 to 6)  		 *   irq = 16 + 96 + (gpio_bank - 1) * 32 + GPIO no.  		 */ -        compatible = "ti,pad-wkup"; +		compatible = "ti,pad-wkup";  		/* Map the pad offset (off) to an interrupt (IRQ).    */  		/* if handle is 1, an irq will be generated based on  */ @@ -83,10 +83,10 @@  		/*             off  IRQ handle                        */  		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              */ +			<0x9f6  143 1>, /* mpu6515 irq pin - is this offset correct?      */ +			/* <0x9ea  122 1>, */ /* bq27400 chg irq8 - needed here? */ +			<0x9f4  123 1>, /* BT host wake          */ +			<0x1b0  23  1>; /* sys_nirq              */  	};  	sound { @@ -215,14 +215,14 @@  	    >;  	}; -    dev_pins: pinmux_pv_pins { -      pinctrl-single,pins = < -          0x5b2 0x204      /* USB control, ETK_D3, MODE4 | OUTPUT */ -          /* 0x1a2 0x104 */      /* ALS interrupt, input, GPIO */ -          0x086 0x004  /* DRV2605 vibrator, output, GPIO */ -          /* 0x938 0x104 */  /* Battery state, input, GPIO */ -          >; -    }; +dev_pins: pinmux_pv_pins { +		pinctrl-single,pins = < +			0x5b2 0x204      /* USB control, ETK_D3, MODE4 | OUTPUT */ +			/* 0x1a2 0x104 */      /* ALS interrupt, input, GPIO */ +			0x086 0x004  /* DRV2605 vibrator, output, GPIO */ +			/* 0x938 0x104 */  /* Battery state, input, GPIO */ +			>; +	};  	/*  	i2c1_pins: pinmux_i2c1_pins {  |