This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi TI Experts,
I use TDA4VE EVM with Linux+RTOS SDK r85.
I saw it is possible to give the line name for pins of GPIO Expander like below:
exp2: gpio@22 { compatible = "ti,tca6424"; reg = <0x22>; gpio-controller; #gpio-cells = <2>; gpio-line-names = "APPLE_AUTH_RSTZ", "MLB_RSTZ", "GPIO_USD_PWR_EN", "USBC_PWR_EN", "USBC_MODE_SEL1", "USBC_MODE_SEL0", "MCAN0_EN", "MCAN0_STB#", "MUX_SPAREMUX_SPARE", "MCASP/TRACE_MUX_S0", "MCASP/TRACE_MUX_S1", "MLB_MUX_SEL", "MCAN_MUX_SEL", "MCASP2/SPI3_MUX_SEL", "PCIe_CLKREQn_MUX_SEL", "CDCI2_RSTZ", "ENET_EXP_PWRDN", "ENET_EXP_RESETZ", "ENET_I2CMUX_SEL", "ENET_EXP_SPARE2", "M2PCIE_RTSZ", "USER_INPUT1", "USER_LED1", "USER_LED2"; };
And we can control it by "enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>; if the pin is controlled by some device driver.
For those pins that do not belong to any device driver, I would like to know if it is possible to assign them the default direction and value (high/low) in above declaration?
Thanks.
Regards,
Christopher
Hi Christopher,
Is this E2E regarding the same issue mentioned in https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1464372/tda4ve-q1-block-in-turnning-on-user_led1-of-gpio-expendar2-in-mcu2_0-firmware ?
Regards,
Josiitaa
Hi Josiitaa,
No, they are different issues.
In this thread, I just want to know if it is possible to give the default setting for PINs of IO Expander in the Linux device tree.
Sinec I can not controll it in the RTOS..
Thanks.
Regards,
Christopher
Hi Christopher,
Thank you for the response. I have looped in our Linux expert to assist with your query.
Regards,
Josiitaa
Hi Josiitaa,
I found the answer.
By adding an element gpio-hog to the device tree it is possible to configure the GPIO as in/out high/out low.
The thread could be closed.
Thanks
Regards,
Christopher