From 9caffa8bf7a2f1fc06b70eb0015c4f089a1173af Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 15 Mar 2012 14:59:20 +0100 Subject: imx233/fuze+: rework i2c and fmradio_i2c init Only enable fmradio_i2c once with _init() called from system. Move actual i2c init to system for consistency. Move tuner power pin setup to power instead of fmradio. Change-Id: Idb56bfba5803f71b5d049f174c48d2afb969a6ea --- firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c') diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c index 63ca90d47f..71c45b0676 100644 --- a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c +++ b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c @@ -32,8 +32,8 @@ bool tuner_power(bool enable) { if(enable != tuner_enable) { - fmradio_i2c_enable(enable); /* CE is B029 (active high) */ + imx233_set_pin_function(0, 29, PINCTRL_FUNCTION_GPIO); imx233_set_pin_drive_strength(0, 29, PINCTRL_DRIVE_4mA); imx233_enable_gpio_output(0, 29, enable); imx233_set_gpio_output(0, 29, enable); -- cgit v1.2.3