This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA718: Guidance new driver implementations for LT8618EX

Part Number: DRA718
Other Parts Discussed in Thread: TPS65218

Hello,

We are using custom Dra71x processor on our custom board with 6.00.00.03 SDK of Dra7xx EVM.

We require 2 HDMI ports, but this processor supports only one HDMI.

So we have incorporated LT8168EX IC which converts the RBG to HDMI format and inputs to the HDMI connector to the display

This LT8618EX is as i2c slave.

We are a bit new to linux driver development.

Now we are confused, since it is an i2c slave does the SW driver should be written as i2c slave device or as it deals Display Subsystem should it be written as a platform driver.

Request you to guide on driver development and suggest me if we have any reference driver available to look for?