Re: [PATCH 0/1] Add i2c in Beagle initialization

2019-09-18 Thread Christian Mauderer
On 18/09/2019 06:42, Chris Johns wrote: > On 18/9/19 8:03 am, Vijay Kumar Banerjee wrote: >> The following patch adds i2c device initialization in BBB. >> The intention is to have th i2c-0 device created during >> initialization so that the libbsd applications can use the >> RTEMS i2c device on

Re: [PATCH 0/1] Add i2c in Beagle initialization

2019-09-17 Thread Chris Johns
On 18/9/19 8:03 am, Vijay Kumar Banerjee wrote: > The following patch adds i2c device initialization in BBB. > The intention is to have th i2c-0 device created during > initialization so that the libbsd applications can use the > RTEMS i2c device on Beaglebone black without the need to > call the

[PATCH 0/1] Add i2c in Beagle initialization

2019-09-17 Thread Vijay Kumar Banerjee
Hello, The following patch adds i2c device initialization in BBB. The intention is to have th i2c-0 device created during initialization so that the libbsd applications can use the RTEMS i2c device on Beaglebone black without the need to call the i2c register api from the application. If there's