I have a Hikey LeMaker 620 on which I am trying to enable I2C support as currently I am not getting /dev/i2c* node.
I am using the docs here : https://github.com/96boards/documentation/blob/master/consumer/hikey/hikey620/build/linux-kernel.md
I see that
I2C_DESIGNWARE_PLATFORM
I2C_CHARDEV
are already enabled, still I do not see anything in /sys/bus/i2c/devices/ and as a result my i2cdetect fails saying “/dev/i2c/0 : No such file or directory”
Can someone please help.