diff options
Diffstat (limited to 'arch/arm/mach-pxa/hx4700.c')
-rw-r--r-- | arch/arm/mach-pxa/hx4700.c | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index f2c23ea3692d..f309bf975202 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
@@ -97,9 +97,9 @@ static unsigned long hx4700_pin_config[] __initdata = { | |||
97 | 97 | ||
98 | /* BTUART */ | 98 | /* BTUART */ |
99 | GPIO42_BTUART_RXD, | 99 | GPIO42_BTUART_RXD, |
100 | GPIO43_BTUART_TXD, | 100 | GPIO43_BTUART_TXD_LPM_LOW, |
101 | GPIO44_BTUART_CTS, | 101 | GPIO44_BTUART_CTS, |
102 | GPIO45_BTUART_RTS, | 102 | GPIO45_BTUART_RTS_LPM_LOW, |
103 | 103 | ||
104 | /* PWM 1 (Backlight) */ | 104 | /* PWM 1 (Backlight) */ |
105 | GPIO17_PWM1_OUT, | 105 | GPIO17_PWM1_OUT, |
@@ -803,17 +803,6 @@ static struct platform_device audio = { | |||
803 | 803 | ||
804 | 804 | ||
805 | /* | 805 | /* |
806 | * PCMCIA | ||
807 | */ | ||
808 | |||
809 | static struct platform_device pcmcia = { | ||
810 | .name = "hx4700-pcmcia", | ||
811 | .dev = { | ||
812 | .parent = &asic3.dev, | ||
813 | }, | ||
814 | }; | ||
815 | |||
816 | /* | ||
817 | * Platform devices | 806 | * Platform devices |
818 | */ | 807 | */ |
819 | 808 | ||
@@ -829,7 +818,6 @@ static struct platform_device *devices[] __initdata = { | |||
829 | &power_supply, | 818 | &power_supply, |
830 | &strataflash, | 819 | &strataflash, |
831 | &audio, | 820 | &audio, |
832 | &pcmcia, | ||
833 | }; | 821 | }; |
834 | 822 | ||
835 | static struct gpio global_gpios[] = { | 823 | static struct gpio global_gpios[] = { |
@@ -845,7 +833,6 @@ static struct gpio global_gpios[] = { | |||
845 | { GPIO32_HX4700_RS232_ON, GPIOF_OUT_INIT_HIGH, "RS232_ON" }, | 833 | { GPIO32_HX4700_RS232_ON, GPIOF_OUT_INIT_HIGH, "RS232_ON" }, |
846 | { GPIO71_HX4700_ASIC3_nRESET, GPIOF_OUT_INIT_HIGH, "ASIC3_nRESET" }, | 834 | { GPIO71_HX4700_ASIC3_nRESET, GPIOF_OUT_INIT_HIGH, "ASIC3_nRESET" }, |
847 | { GPIO82_HX4700_EUART_RESET, GPIOF_OUT_INIT_HIGH, "EUART_RESET" }, | 835 | { GPIO82_HX4700_EUART_RESET, GPIOF_OUT_INIT_HIGH, "EUART_RESET" }, |
848 | { GPIO105_HX4700_nIR_ON, GPIOF_OUT_INIT_HIGH, "nIR_EN" }, | ||
849 | }; | 836 | }; |
850 | 837 | ||
851 | static void __init hx4700_init(void) | 838 | static void __init hx4700_init(void) |