u-boot 2017.03 PMIC read error

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

u-boot 2017.03 PMIC read error

3,470件の閲覧回数
manjunathjoshi
Contributor V

Hello all,

As seen in below logs, I am not able to boot u-boot 2017,  but the PMIC with same ID and configuration works in u-boot 2016.

Is there any difference in the way we port for u-boot 2017.08. Did anyone try this newer version of u-boot. It looks completely new since it has dts like kernel has.

U-Boot 2017.03-svn16 (Nov 17 2017 - 10:40:30 +0530)

CPU:   Freescale i.MX6DP rev1.0 996 MHz (running at 792 MHz)
CPU:   Automotive temperature grade (-40C to 125C) at 37C
Reset cause: POR
Model: Freescale i.MX6 Quad SABRE Smart Device Board
Board: Sabresd
DRAM:  1 GiB
ERROR: read error from device: 4ef37860 register: 0x0!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
ERROR: read error from device: 4ef37860 register: 0x3!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
PMIC: PFUZE100! DEV_ID=0xfffffffb REV_ID=0xfffffffb
ERROR: read error from device: 4ef37860 register: 0x21!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
ERROR: write error to device: 4ef37860 register: 0x21!
at drivers/power/pmic/pfuze100.c:36/pfuze100_write()
ERROR: read error from device: 4ef37860 register: 0x24!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
ERROR: write error to device: 4ef37860 register: 0x24!
at drivers/power/pmic/pfuze100.c:36/pfuze100_write()
ERROR: read error from device: 4ef37860 register: 0x2f!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
ERROR: write error to device: 4ef37860 register: 0x2f!
at drivers/power/pmic/pfuze100.c:36/pfuze100_write()
ERROR: read error from device: 4ef37860 register: 0x32!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
ERROR: write error to device: 4ef37860 register: 0x32!
at drivers/power/pmic/pfuze100.c:36/pfuze100_write()
ERROR: read error from device: 4ef37860 register: 0x0!
at drivers/power/pmic/pfuze100.c:46/pfuze100_read()
Not supported, id=11
initcall sequence 4ffa78ac failed at call 17804b20 (err=-22)
### ERROR ### Please RESET the board ###

ラベル(3)
0 件の賞賛
返信
4 返答(返信)

2,270件の閲覧回数
prasannakulkarni
Contributor IV

Hi all,

We have solved this issue....  in our custom board... I2c2 default pin muxing was changed to some other pins so it was not able to communicate with pmic pfuze100 and printing above errors... After correcting that it worked for us....

0 件の賞賛
返信

2,271件の閲覧回数
manjunathjoshi
Contributor V

Thanks for the info.

0 件の賞賛
返信

2,271件の閲覧回数
prasannakulkarni
Contributor IV

Hi Manjunath,

        Your u-boot issue got solved? if so can you just share it, we are also facing the same issue...

0 件の賞賛
返信

2,271件の閲覧回数
weidong_sun
NXP TechSupport
NXP TechSupport

Hello Manjunath,

 

      Our linux BSP ver 4.9 (latest one) supports u-boot 2017, So please use or refer to it!

Have a nice day!

TIC Weidong Sun