RobertCNelson / armv7-multiplatform

MIT License
75 stars 42 forks source link

i2c-gpio with kernel 4.4.28-armv7-x4 #36

Open gregsg opened 7 years ago

gregsg commented 7 years ago

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,