Re: [linux-sunxi] Help adding I2C child node

2014-09-20 Thread Henrik Nordström
lör 2014-09-20 klockan 14:54 +0100 skrev bruce bushby: > First question: Does my DTS child node look ok? > > > i2c0: i2c@01c2ac00 { > pinctrl-names = "default"; > pinctrl-0 = <&i2c0_pins_a>; > status = "okay"; > > mpu@69 { > compatible = "inv_mpu_

[linux-sunxi] Help adding I2C child node

2014-09-20 Thread bruce bushby
Hi As a hobby I've been playing with an Olimex A20-SOM and trying to attach a Drotek Invensense MPU9250 break out board. So far my uboot is working and I can boot my build via dhcp + nfs. I added the "i2ctools" to the build and I'm able to run "i2cdetect -y 0" and I can see my devices on i2c0 #