forked from torvalds/linux
-
Couldn't load subscription status.
- Fork 30
Open
Description
I have a SHT20 sensor connected to the GPIO interface of an N2+. How do i get GPIO I2C working on the N2+ with the 6.6 kernel?
> i2cdetect -l
i2c-0 i2c Meson I2C adapter I2C adapter
i2c-1 i2c DesignWare HDMI I2C adapter
neither of which is the GPIO I2C interface.
Do i have to load some kernel module?
> lsmod | grep i2c
i2c_mux_gpio 12288 0
i2c_gpio 16384 0
i2c_algo_bit 12288 1 i2c_gpio
Metadata
Metadata
Assignees
Labels
No labels