CVBS: Add gm7122 driver.
authorShenZhengyi <szy@rock-chips.com>
Sat, 23 May 2015 07:49:05 +0000 (15:49 +0800)
committerZheng Yang <zhengyang@rock-chips.com>
Sat, 23 May 2015 08:17:32 +0000 (16:17 +0800)
commitefa7b700120c760e78d639c0cc0d61102761a9fd
tree5fd467e78f71dc55d19131175184974896063db3
parent1f03967adf26158be210eade2fb13b24af1181c8
CVBS: Add gm7122 driver.

      If you use it, should add board information to dts file, such as i2c address, sleep pin.
      like that:
gm7122_tve@44 {
compatible = "gm7122_tve";
reg = <0x44>;
rockchip,source = <0>; //0: LCDC0; 1: LCDC1
rockchip,prop = <PRMRY>;//<EXTEND>
gpio-reset = <&gpio0 GPIO_A1 GPIO_ACTIVE_HIGH>;
gpio-sleep = <&gpio0 GPIO_C6 GPIO_ACTIVE_HIGH>;
status = "okay";
};

Signed-off-by: ShenZhengyi <szy@rock-chips.com>
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/video/rockchip/tve/Kconfig
drivers/video/rockchip/tve/Makefile
drivers/video/rockchip/tve/gm7122/Kconfig [new file with mode: 0644]
drivers/video/rockchip/tve/gm7122/Makefile [new file with mode: 0644]
drivers/video/rockchip/tve/gm7122/gm7122_tve.c [new file with mode: 0644]
drivers/video/rockchip/tve/gm7122/gm7122_tve.h [new file with mode: 0644]