1
0
Fork 0
forked from len0rd/rockbox

fuze+: pin B1P30 is volume down key and has no relation with SD

Change-Id: Iee93e90d3054442ae873c55c05c030ed690ccbd6
This commit is contained in:
Amaury Pouly 2012-01-31 20:02:26 +01:00
parent 289440605a
commit b1702a569a
2 changed files with 5 additions and 4 deletions

View file

@ -69,9 +69,6 @@ void sd_power(bool on)
imx233_set_gpio_output(0, 8, !on);
/* disable pull ups when not needed to save power */
imx233_ssp_setup_ssp1_sd_mmc_pins(on, 4, PINCTRL_DRIVE_4mA, false);
/* It also setups pin B1P30, unknown purpose */
imx233_set_pin_function(1, 30, PINCTRL_FUNCTION_GPIO);
imx233_enable_gpio_output(1, 30, false);
#endif
}