Dear Sir,
We are using DS90UB960(1) + DS90UB953(4).
we are successfully I2C with DES+SER as below register.
Video format is as below
MIPI of 2Lane(csi)
YUV-422 format.
Resolution FHD (1080P).
DD90UB960 output is no signal.
can you check below register what is problem.
DES(DS90UB960) configration
DES i2c addr -> 0x30(7bit)
#print "CSI_PORT_SEL"
sudo /usr/sbin/i2cset -y 2 0x30 0x32 0x01
#print "CSI_PLL_CTL"
sudo /usr/sbin/i2cset -y 2 0x30 0x1f 0x02
#print "CSI_EN" (MIPI 2LANE)
sudo /usr/sbin/i2cset -y 2 0x30 0x33 0x21
#print "FWD_PORT"
sudo /usr/sbin/i2cset -y 2 0x30 0x20 0xe0
----------------------------------------------------
SES(DS90UB953) configration
SER i2c addr -> 0x0c(7bit)
sudo /usr/sbin/i2cset -y 2 0x0c 0x02 0x13
-----------------------------------------------------
7823.TI_DS90UB960WRTDRQ1-1.pdf
