toshiba TC358764 mipi 转LVDS屏调试

本文详细介绍了如何配置和调试东芝TC358764芯片,包括两种写入寄存器的方式——长包发送和I2C配置,高通平台的示例代码以及寄存器地址和数据的写入方法。此外,还讨论了芯片初始化顺序,涉及供电、复位和DSI时钟设置等关键步骤。
摘要由CSDN通过智能技术生成

一. 首先要确认几个问题。

1. 这颗D2L转换芯片的控制方式是什么,写寄存器的方式是什么?这个问题从东芝FAE那里了解到,两种写入的方式都可以(通过长包发送或者I2C配置)

The chip can be configured through the DSI link by sending write register commands through DSI Generic Long Write-packets. It can also be configured through the I2C Slave interface.

Host sends a DSI Generic Long Write packet (Data ID = 0x29) over the DSI link for each write access 
transaction to the chip configuration registers. Payloa d of this packet is further defined as follows:
  First two bytes of the payload specifies the chip register 16-bit address, 
hence the address field. The first byte corresponds to address bits [7:0]. 
The following byte corresponds to address bits [15:8].
  Next four bytes specifies the 32-bit data to be written to the address 
specified in the address field. The first of the four bytes corresponds to 
data bits [7:0]; next byte corresponds to data bits [15:8]; …; last byte 
corresponds to data bits [31:24].
Address auto-increment” capability is supported. That means Host can write to contiguous register 
address locations with one single packet. The address field specifies the address of the first register 
to be written to. Each group of following 4 bytes in the payload constitutes the 32-bit data to be written 
to each of the registers in the group starting with that addressed by the address field.


2. 高通平台内已经有示例代码,如果用长包写的方式,该怎样写入 寄存器地址(address)和数据(data)?这个问题已经发邮件确认,是否与现在8X12平台送command的方式一样,

qcom,mdss-dsi-on-command = [
</

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值