mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fuze+: fix radio power up
Change-Id: I7c9e056879c56f7f385ef6a8855d5726cf994b51
This commit is contained in:
parent
b1209d4789
commit
630a166a94
1 changed files with 3 additions and 2 deletions
|
|
@ -39,8 +39,9 @@ bool tuner_power(bool enable)
|
||||||
imx233_pinctrl_enable_gpio(0, 29, enable);
|
imx233_pinctrl_enable_gpio(0, 29, enable);
|
||||||
imx233_pinctrl_set_gpio(0, 29, enable);
|
imx233_pinctrl_set_gpio(0, 29, enable);
|
||||||
tuner_enable = enable;
|
tuner_enable = enable;
|
||||||
/* give time to power up */
|
/* give time to power up, datasheet states than minimum timing time is
|
||||||
udelay(5);
|
* around 100µs so 1 tick should do */
|
||||||
|
sleep(1);
|
||||||
//imx233_power_set_dcdc_freq(enable, HW_POWER_MISC__FREQSEL__24MHz);
|
//imx233_power_set_dcdc_freq(enable, HW_POWER_MISC__FREQSEL__24MHz);
|
||||||
}
|
}
|
||||||
return tuner_enable;
|
return tuner_enable;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue