diff options
Diffstat (limited to 'arch/arm/boot/dts/omap4-duovero-parlor.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-duovero-parlor.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/omap4-duovero-parlor.dts b/arch/arm/boot/dts/omap4-duovero-parlor.dts index 96f51d870812..cd53a64d8f2e 100644 --- a/arch/arm/boot/dts/omap4-duovero-parlor.dts +++ b/arch/arm/boot/dts/omap4-duovero-parlor.dts | |||
@@ -46,35 +46,35 @@ | |||
46 | 46 | ||
47 | led_pins: pinmux_led_pins { | 47 | led_pins: pinmux_led_pins { |
48 | pinctrl-single,pins = < | 48 | pinctrl-single,pins = < |
49 | 0xd6 (PIN_OUTPUT | MUX_MODE3) /* abe_dmic_din3.gpio_122 */ | 49 | OMAP4_IOPAD(0x116, PIN_OUTPUT | MUX_MODE3) /* abe_dmic_din3.gpio_122 */ |
50 | >; | 50 | >; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | button_pins: pinmux_button_pins { | 53 | button_pins: pinmux_button_pins { |
54 | pinctrl-single,pins = < | 54 | pinctrl-single,pins = < |
55 | 0xd4 (PIN_INPUT_PULLUP | MUX_MODE3) /* abe_dmic_din2.gpio_121 */ | 55 | OMAP4_IOPAD(0x114, PIN_INPUT_PULLUP | MUX_MODE3) /* abe_dmic_din2.gpio_121 */ |
56 | >; | 56 | >; |
57 | }; | 57 | }; |
58 | 58 | ||
59 | i2c2_pins: pinmux_i2c2_pins { | 59 | i2c2_pins: pinmux_i2c2_pins { |
60 | pinctrl-single,pins = < | 60 | pinctrl-single,pins = < |
61 | 0xe6 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_scl */ | 61 | OMAP4_IOPAD(0x126, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_scl */ |
62 | 0xe8 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_sda */ | 62 | OMAP4_IOPAD(0x128, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_sda */ |
63 | >; | 63 | >; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | i2c3_pins: pinmux_i2c3_pins { | 66 | i2c3_pins: pinmux_i2c3_pins { |
67 | pinctrl-single,pins = < | 67 | pinctrl-single,pins = < |
68 | 0xea (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */ | 68 | OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */ |
69 | 0xec (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */ | 69 | OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */ |
70 | >; | 70 | >; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | smsc_pins: pinmux_smsc_pins { | 73 | smsc_pins: pinmux_smsc_pins { |
74 | pinctrl-single,pins = < | 74 | pinctrl-single,pins = < |
75 | 0x28 (PIN_INPUT | MUX_MODE3) /* gpmc_a20.gpio_44: IRQ */ | 75 | OMAP4_IOPAD(0x068, PIN_INPUT | MUX_MODE3) /* gpmc_a20.gpio_44: IRQ */ |
76 | 0x2a (PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a21.gpio_45: nReset */ | 76 | OMAP4_IOPAD(0x06a, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a21.gpio_45: nReset */ |
77 | 0x30 (PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a24.gpio_48: amdix enabled */ | 77 | OMAP4_IOPAD(0x070, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a24.gpio_48: amdix enabled */ |
78 | >; | 78 | >; |
79 | }; | 79 | }; |
80 | }; | 80 | }; |