summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sd-imx233.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-01-31 20:02:26 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2012-02-01 15:02:22 +0100
commitb1702a569ab8b72bc91fdb812884c99eff18ac76 (patch)
tree67a638f8d2174e427f7e013f75a6e4e906aeee43 /firmware/target/arm/imx233/sd-imx233.c
parent289440605aeda05b0722c64f8798906dcd0af41a (diff)
downloadrockbox-b1702a569ab8b72bc91fdb812884c99eff18ac76.tar.gz
rockbox-b1702a569ab8b72bc91fdb812884c99eff18ac76.zip
fuze+: pin B1P30 is volume down key and has no relation with SD
Change-Id: Iee93e90d3054442ae873c55c05c030ed690ccbd6
Diffstat (limited to 'firmware/target/arm/imx233/sd-imx233.c')
-rw-r--r--firmware/target/arm/imx233/sd-imx233.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/imx233/sd-imx233.c b/firmware/target/arm/imx233/sd-imx233.c
index b42d92dcef..b68950b9e8 100644
--- a/firmware/target/arm/imx233/sd-imx233.c
+++ b/firmware/target/arm/imx233/sd-imx233.c
@@ -69,9 +69,6 @@ void sd_power(bool on)
69 imx233_set_gpio_output(0, 8, !on); 69 imx233_set_gpio_output(0, 8, !on);
70 /* disable pull ups when not needed to save power */ 70 /* disable pull ups when not needed to save power */
71 imx233_ssp_setup_ssp1_sd_mmc_pins(on, 4, PINCTRL_DRIVE_4mA, false); 71 imx233_ssp_setup_ssp1_sd_mmc_pins(on, 4, PINCTRL_DRIVE_4mA, false);
72 /* It also setups pin B1P30, unknown purpose */
73 imx233_set_pin_function(1, 30, PINCTRL_FUNCTION_GPIO);
74 imx233_enable_gpio_output(1, 30, false);
75 #endif 72 #endif
76} 73}
77 74