LCD IF of i.MX28 has LCD_RESET pin.
According to RESET(Bit0) of HW_LCDIF_CTRL1, LCD_RESET output signal is able to controled by changing this field.
I think that LCD_RESET pin is controllable by GPIO.
Does the control by RESET bit field have a special function (compared with GPIO control)?
Is RESET set by conditions automatically?
Best Regards,
解決済! 解決策の投稿を見る。
You are right, according to section 9.2.2 (Pin Interface Multiplexing) of the i.MX28
Reference Manual : “Because the pin mux configuration is independent for each individual
pin, many pins which are not required for a given active interface can be reused as GPIO
the other LCD interface pins are still controlled by the LCDIF”.
Also note LCD_RESET pin function may be selected via HW_PINCTRL_MUXSEL7 [BANK3_PIN30]
as LCD_RESET, or as LCD_VSYNC, or as GPIO. Please take a look at section 9.4.9 “PINCTRL Pin
Mux Select Register 7 (HW_PINCTRL_MUXSEL7)”. LCD_RESET signal polarity, when using under LCDIF,
is controlled via HW_LCDIF_CTRL1 [RESET] bit. [Section 33.4.2 “LCDIF General Control1 Register
(HW_LCDIF_CTRL1)”.] Note : no automatic control.
You are right, according to section 9.2.2 (Pin Interface Multiplexing) of the i.MX28
Reference Manual : “Because the pin mux configuration is independent for each individual
pin, many pins which are not required for a given active interface can be reused as GPIO
the other LCD interface pins are still controlled by the LCDIF”.
Also note LCD_RESET pin function may be selected via HW_PINCTRL_MUXSEL7 [BANK3_PIN30]
as LCD_RESET, or as LCD_VSYNC, or as GPIO. Please take a look at section 9.4.9 “PINCTRL Pin
Mux Select Register 7 (HW_PINCTRL_MUXSEL7)”. LCD_RESET signal polarity, when using under LCDIF,
is controlled via HW_LCDIF_CTRL1 [RESET] bit. [Section 33.4.2 “LCDIF General Control1 Register
(HW_LCDIF_CTRL1)”.] Note : no automatic control.