RobertCNelson / armv7-multiplatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i2c-gpio with kernel 4.4.28-armv7-x4

gregsg opened this issue · comments

mxc_gpio_probe calls bgpio_init with a flag BGPIOF_READ_OUTPUT_REG_SET. I can no longer do i2c gpio with the optional properties i2c-gpio,sda-open-drain and i2c-gpio,scl-open-drain set. If I set the flag to 0, it works again.

Regards,