Hi Peter,
we dont have a specific driver for ADV7280M. You may need to implement your own driver. In the Kernel source of our BSPs you may find adv7180.c that may help. And also you can consider ADV7280M to behave as a camera, so you can pull code from ov5640_mipi.c.


On the other hand, there are people who have done very similar stuff, please check attachments in following thread.
A Simple tutor for writing i.MX6 mipi driver, use adv7480 as an example
Finally, you may use the Linux I2C tools which implement some commands.
https://community.nxp.com/docs/DOC-1477
Regards,
Carlos