The IR device on Hi3796CV300 SoC is mostly same as hix5hd2, except the following two things. - IR_CLK offset is 0x60 instead of 0x48. - It needs to set an extra bit in IR_ENABLE register to enable IR. The series adds a new compatible for Hi3796CV300 IR device and update ir-hix5hd2 driver to support the device. Shawn Guo (2): dt-bindings: media: add "hisilicon,hi3796cv300-ir" compatible media: rc: ir-hix5hd2: add hi3796cv300-ir support .../devicetree/bindings/media/hix5hd2-ir.txt | 3 +- drivers/media/rc/ir-hix5hd2.c | 79 ++++++++++++++----- 2 files changed, 63 insertions(+), 19 deletions(-) -- 2.17.1