I have connect ltc4266A IC in CAM_I2C_SDA/CAM_I2C_SCL line.
I have detect two address 0x20 and 0x30 in i2c no 7 when powered on this IC. but in data sheet mentioned only 3 i2c.
I have change another bus frequency using below commands.
echo 50000 > /sys/bus/i2c/devices/i2c-2/bus_clk_rate
but this command is not working with i2c-7
Q1) How can changed frequency of i2c-7 bus?
Q2) How can access i2c-7. Have I enable something for that.?
please check device tree configuration,
for example, $L4T_Sources/r32.6.1/Linux_for_Tegra/source/public/hardware/nvidia/soc/t210/kernel-dts/tegra210-soc/tegra210-soc-base.dtsi
My question is : I am able to change i2c0/i2c/i2c2 frequency using below commands and I have seen frequency in oscilloscope analyzer.
echo 50000 > /sys/bus/i2c/devices/i2c-2/bus_clk_rate
But why I am not able to changes i2c7 frequency using above commands. Fisrt please let me know, How can enable i2c-7 ?
regards,
Babbelal
do you have device connected to i2c7, is there any other software using this?
please refer to comment #6 to review the i2c7 definition in your device tree sources.
thanks