From aa119b55f5d989e26e251c69169d5b6f3a1a68a6 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 May 2012 22:57:54 +0200 Subject: imx233: have pwm code acquire configured pins Change-Id: I534cc10fbcaf1bb0e950fe2f60271008209b1122 --- firmware/target/arm/imx233/pwm-imx233.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/target/arm/imx233') diff --git a/firmware/target/arm/imx233/pwm-imx233.c b/firmware/target/arm/imx233/pwm-imx233.c index 1c5e4657de..1ebfe02a1c 100644 --- a/firmware/target/arm/imx233/pwm-imx233.c +++ b/firmware/target/arm/imx233/pwm-imx233.c @@ -49,6 +49,8 @@ void imx233_pwm_setup_channel(int channel, int period, int cdiv, int active, if(enable) imx233_pwm_enable_channel(channel, false); /* setup pin */ + imx233_pinctrl_acquire_pin(IMX233_PWM_PIN_BANK(channel), + IMX233_PWM_PIN(channel), "pwm"); imx233_set_pin_function(IMX233_PWM_PIN_BANK(channel), IMX233_PWM_PIN(channel), PINCTRL_FUNCTION_MAIN); imx233_set_pin_drive_strength(IMX233_PWM_PIN_BANK(channel), IMX233_PWM_PIN(channel), -- cgit v1.2.3