MMPF0100 in u-boot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
960件の閲覧回数
JHY
Contributor IV

Hi,

Below data on i2c in u-boot is from SABRE-SDB but I think it is not from PMIC.

=> i2c probe

Valid chip addresses: 08 48

=> i2c md 0x08 0 10

0000: 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10    ................

How can access register in PMIC?

pastedImage_2.png

タグ(1)
0 件の賞賛
返信
1 解決策
786件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi JHY

had you implemented patch

I2C command in 2014.01 u-boot on sabresd

also could you try exlicitly set address and read data one by one

(without autoincrementing): i2c md 0x08 0.., i2c md 0x08 1.., i2c md 0x08 2..

Best regards

igor

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
787件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi JHY

had you implemented patch

I2C command in 2014.01 u-boot on sabresd

also could you try exlicitly set address and read data one by one

(without autoincrementing): i2c md 0x08 0.., i2c md 0x08 1.., i2c md 0x08 2..

Best regards

igor

0 件の賞賛
返信