BCM2835 I2C - probe not called

Florian Meier florian.meier at koalo.de
Tue Oct 29 11:43:26 EDT 2013


Hi,
I still have not managed to use the I2C driver of the BCM2835. My
device tree includes

&i2c1 {
status = "okay";
clock-frequency = <100000>;

wm8731: wm8731 at 1a {
compatible = "wlf,wm8731";
reg = <0x1a>;
};
};

However, the I2C probe is not called. Apparently, the i2c_new_device
is not called. Other platforms (e.g. omap) use
of_i2c_register_devices, but the bcm2835 I2C driver does not seem to
use it. Should this call be included in the I2C driver or is there
another way?

Greetings,
Florian



More information about the linux-rpi-kernel mailing list