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.

PROCESSOR-SDK-J7200: uboot pinctrl and gpio issue

Part Number: PROCESSOR-SDK-J7200
Other Parts Discussed in Thread: DRA821

Tool/software:

Hi Team,

We are working on DRA821 CPU with Linux 09.02 SDK, I'm facing below mentioned pinctrl error prints in uboot

Error related to wkup_i2c0

i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19

i have configured eeprom under wkup_i2c0 during uboot boot observed above mentioned errors, with i2c dev and i2c probe device seems detect properly, but i'm not able to read/detect eeprom in source

=> i2c dev 0
Setting bus to 0
=> i2c probe
Valid chip addresses: 0A 12 48 49 4A 4B 54 55

Aslo when i tried to toggle gpios in uboot using gpio set/toggle command facing the below mentioned issue and gpio is not toggling, here mux mode and direction register values are proper, i have verified

gpio set gpio@42110000_6
gpio: pin gpio@42110000_6 (gpio 6) value is 1
   Warning: value of pin is still 0

Regards,
Nikhil K