I want to interface ov2735 sensor with TX2 EVK,i am taking ov5693 sensor driver as a template but in ov5693 sensor register address is of 16 bit and val of 8 bit but ov2735 having 8 bit register address and 8 bit val,will these API regmap_read,regmap_write,regmap_util_write_table_8 that is used in ov5693 will work in ov2735 if not which other sensor driver i can take reference for this.
Any help will be appreciated.