I2C-0 - the I2C bus on GPIO0/1 aliases as i2c_vc as informed here
So why not simply use that as the target for the bridge..
Normally on a Pi4 you have the I2C busses stated below:
..
- i2c-0 on GPIOs 0&1. Requires dtparam=i2c_vc in config.txt.
..
Code:
target = <&i2c_vc>;
what do you expect to see from that? I'm using a different one as I'm running a dual-channel LVDS display on a DSI84.Can you share full kernel log on your hardware with your overlay?
Statistics: Posted by aBUGSworstnightmare — Fri Mar 01, 2024 4:04 pm