On Thu, 2014-11-06 at 11:28 -0800, Prajosh Premdas wrote: > Hi > > I am trying to interface Atmel AT24cxx on i2c bus for A20. I could > not find i2c drivers at https://github.com/linux-sunxi/linux-sunxi > on any of the 3.14 branches provided. > > Is there any drivers for the same? Just posted the question here to > not reinvent the wheel
i2c driver for A20 is available in mainline kernel since version 3.13. There are plenty of examples in the arch/arm/boot/dts directory on how to add dts node for at24xx including one a10s device. > > Regards > Prajosh Premdas > > -- > You received this message because you are subscribed to the Google > Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
