summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Uleia <elena.uleia@stericsson.com>2011-09-28 09:26:02 +0100
committerAndrew LYNN <andrew.lynn@stericsson.com>2011-10-20 12:34:14 +0200
commit81bef9a11b04a990bb3c6a4b678969c92572907b (patch)
treed45d54d80fd55a183f9fbad52d58c83a0e2a318f
parent5d361e38c96c747ebb781effd68b8d7ec91edd86 (diff)
ux500 pins: Configure HSI GPIO pins only for U9500
ST-Ericsson Linux next: NA ST-Ericsson ID: 338703 ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Yas Parvizian <yas.parvizian@stericsson.com> Change-Id: I42cca5d492c04090aa5d1ec1d81b5286cb8efafa Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32380 Tested-by: Christopher BLAIR <chris.blair@stericsson.com> Reviewed-by: Alex MACRO <alex.macro@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Andrew LYNN <andrew.lynn@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500-pins.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c
index 3d32e9b059e..3a330365b6f 100644
--- a/arch/arm/mach-ux500/board-mop500-pins.c
+++ b/arch/arm/mach-ux500/board-mop500-pins.c
@@ -69,15 +69,6 @@ static pin_cfg_t mop500_pins_common[] = {
GPIO30_U2_TXD | PIN_OUTPUT_HIGH,
GPIO31_U2_CTSn | PIN_INPUT_PULLUP,
GPIO32_U2_RTSn | PIN_OUTPUT_HIGH,
-
- /* HSI */
- GPIO219_HSIR_FLA0,
- GPIO220_HSIR_DAT0,
- GPIO221_HSIR_RDY0,
- GPIO222_HSIT_FLA0,
- GPIO223_HSIT_DAT0,
- GPIO224_HSIT_RDY0,
- GPIO225_GPIO | PIN_INPUT_PULLDOWN, /* CA_WAKE0 */
};
static pin_cfg_t mop500_pins_default[] = {
@@ -189,7 +180,16 @@ static pin_cfg_t u9500_pins[] = {
GPIO4_U1_RXD | PIN_INPUT_PULLUP,
GPIO5_U1_TXD | PIN_OUTPUT_HIGH,
GPIO144_GPIO | PIN_INPUT_PULLUP,/* WLAN_IRQ */
- GPIO226_GPIO | PIN_OUTPUT_HIGH, /* HSI AC_WAKE0 */
+
+ /* HSI */
+ GPIO219_HSIR_FLA0,
+ GPIO220_HSIR_DAT0,
+ GPIO221_HSIR_RDY0,
+ GPIO222_HSIT_FLA0,
+ GPIO223_HSIT_DAT0,
+ GPIO224_HSIT_RDY0,
+ GPIO225_GPIO | PIN_INPUT_PULLDOWN, /* CA_WAKE0 */
+ GPIO226_GPIO | PIN_OUTPUT_HIGH, /* AC_WAKE0 */
};
static pin_cfg_t u8500_pins[] = {