diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3_h1.dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index 23945098e65..0fa2fbe72cc 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -134,6 +134,7 @@ pinctrl-names = "default"; pinctrl-0 = < &board_pins + &dev_pins >; board_pins: pinmux_board_pins { @@ -172,7 +173,7 @@ /* touch reset */ 0x0f2 0x11c /* CAM_D6, MODE4 | INPUT_PULLUP */ - 0x5b2 0x004 /* ETK_D3, MODE4 | OUTPUT */ + /* 0x5b2 0x004 */ /* ETK_D3, MODE4 | OUTPUT */ 0x1b0 0xc100 /* SYS_NIRQ, MODE0 | INPUT | OFFWAKEUP */ 0x0dc 0x004 /* CAM_HS, MODE4 | OUTPUT */ @@ -215,6 +216,15 @@ >; }; + dev_pins: pinmux_pv_pins { + pinctrl-single,pins = < + 0x5b2 0x004 /* 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 { pinctrl-single,pins = < 0x18a 0x118 /* I2C1_SCL, MODE0 | INPUT_PULLUP */ @@ -367,18 +377,21 @@ }; vaux2_reg: regulator@10 { - regulator-name = "vaux2"; + regulator-name = "vaux2"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; ti,regulator-ext-sleep-control = <8>; }; + /* This is Bluetooth - never turn it off */ + vaux33_reg: regulator@11 { + regulator-name = "vaux33"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; - ti,regulator-ext-sleep-control = <8>; + /* ti,regulator-ext-sleep-control = <8>; */ }; /* This one goes to both SPI (for DSS) and touch. How can I |