Request for Guidance on Modifying Display Power Rail Voltages in GMT2194 PMIC for E Ink Panel on i.M

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

Request for Guidance on Modifying Display Power Rail Voltages in GMT2194 PMIC for E Ink Panel on i.M

1,066件の閲覧回数
Radhika_changela
Contributor I

We are currently bringing up the E Ink paper display on the x-8ULP-ACEP-EPD board. We are using the GMT2194 PMIC to manage the display power subsystem. 

We need to modify the display power rail voltages to match the supported voltage range of the display. Specifically, the display requires -15V, but the PMIC is configured by default to output -17V

We are using the following: 

  • Device Tree Source (DTS) file: imx8ulp-acep.dts 
  • PMIC driver source: gmt2194-core.c 

Could you please guide us on how to change the PMIC regulator voltages accordingly? 

 

ラベル(1)
0 件の賞賛
返信
6 返答(返信)

929件の閲覧回数
Chong
NXP Employee
NXP Employee

Hi @Radhika_changela ,

 

Can you provide all the voltage rail values ​​you require? 
I can help and  change it.

Best regards,
Chong

0 件の賞賛
返信

911件の閲覧回数
Radhika_changela
Contributor I

Hi @Chong ,

 

I am using the E Ink ED103TC2 E-Paper display, and the following power rail voltages are required for proper operation:

  • VPOS3 = 28V

  • VPOS2 = 15V

  • VNEG3 = -20V

  • VNEG2 = -15V

Best regards,
Radhika_changela

0 件の賞賛
返信

876件の閲覧回数
Chong
NXP Employee
NXP Employee

Hi @Radhika_changela ,

 

You can try the following settings in drivers/regulator/gmt2194-regulator.c

unsigned short VNEG1_HEX = 0x0514;
unsigned short VPOS1_HEX = 0x0514;
unsigned short VPOS2_HEX=0x69B
unsigned short VNEG2_HEX=0x69B
unsigned short VPOS3_HEX=0x389
unsigned short VNEG3_HEX=0x20C
unsigned short VCOM_HEX = 0x0948;

Best regards,
Chong

0 件の賞賛
返信

812件の閲覧回数
Radhika_changela
Contributor I

Hi @Chong 

Thank you for the support.

My PMIC generated required output voltages hex value in driver file.

Best regards,

Radhika_changela 

0 件の賞賛
返信

1,036件の閲覧回数
JorgeCas
NXP TechSupport
NXP TechSupport

Hello,

The G2194 PMIC board was designed by GMT and EINK please put in contact with them for further support.

Unfortunately, we do not have access to the source code. 

Best regards.

0 件の賞賛
返信

1,019件の閲覧回数
Radhika_changela
Contributor I

Hi,

Thanks for the update.

Is there any way to set this voltage through the device tree file?

 

As we don’t have direct contact with GMT, it would be great if you could help us with this.

0 件の賞賛
返信