iMX8QM: Virtual I2C driver (i2c_rpbus) in linux to access M4 Core1 I2C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX8QM: Virtual I2C driver (i2c_rpbus) in linux to access M4 Core1 I2C

417 Views
vinothkumars
Senior Contributor IV

Hi All,

 

HW: IMX8QM Custom Board

OS: Embedded Linux (L5.10.32)

 

I am working on Virtual I2C driver integration. I unable to achieve it, Is it possible please provide the reference,

 

These are my changes in dts file,

+&i2c_rpbus_0 {
+ #address-cells = <0>;
+ #size-cells = <0>;
+ status = "okay";

};

+&i2c_rpbus_1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "okay";


};

 

 

 

 

Regards,
Vinothkumar Sekar
0 Kudos
0 Replies