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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

419件の閲覧回数
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 件の賞賛
0 返答(返信)