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

2016-03-13 Thread ION GROZEA
Hello Bruce, Did you manage to get the driver working? Can you please share it? Do you also have the driver for MS5611? On Saturday, September 20, 2014 at 3:54:06 PM UTC+2, bruce bushby wrote: > > Hi > > As a hobby I've been playing with an Olimex A20-SOM and trying to > attach a Drotek

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

2014-09-25 Thread Maxime Ripard
On Wed, Sep 24, 2014 at 04:27:02PM +0100, bruce bushby wrote: Quick update in case it help somebody else. Big thank you to selsinork for some valuable tips and pointers. As it turns out, you don't need a DTS entry to add an I2C child node/device. I removed my DTS child node entries in case

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

2014-09-24 Thread Quink
Make sure other devices didn't occupy the I2C bus exclusively. This is what happened on my Cubieboard2 when I trying to add a mma8451. It didn't work until I removed the HDMI module which used the same I2C bus. I'm not clear about the details. On Wed, Sep 24, 2014 at 11:27 PM, bruce bushby