MMPF0100 in u-boot

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

MMPF0100 in u-boot

Jump to solution
895 Views
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

Tags (1)
0 Kudos
Reply
1 Solution
721 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
722 Views
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 Kudos
Reply