File tree Expand file tree Collapse file tree
Documentation/devicetree/bindings/video Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Device-Tree bindings for rockchip hdmi driver
33Required properties:
44- compatible: value should be following:
55 "rockchip,rk3036-hdmi",
6+ "rockchip,rk3066-hdmi",
67 "rockchip,rk312x-hdmi",
78 "rockchip,rk3288-hdmi",
89 "rockchip,rk3366-hdmi",
Original file line number Diff line number Diff line change @@ -97,3 +97,12 @@ config ROCKCHIP_DRM_BACKLIGHT
9797 This selects support for Rockchip backlight manager,
9898 Vop cabc function request using vop self pwm devices, needed a
9999 unique backlight devices to manager vop and soc pwm devices.
100+
101+ config ROCKCHIP_RK3066_HDMI
102+ tristate "Rockchip specific extensions for RK3066 HDMI"
103+ depends on DRM_ROCKCHIP
104+ select SND_SOC_HDMI_CODEC
105+ help
106+ This selects support for Rockchip SoC specific extensions
107+ for the Innosilicon HDMI driver. If you want to enable
108+ HDMI on RK3066 based SoC, you should select this option.
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ obj-$(CONFIG_ROCKCHIP_RGB) += rockchip_rgb.o
1818obj-$(CONFIG_ROCKCHIP_DRM_BACKLIGHT) += rockchip_drm_backlight.o
1919obj-$(CONFIG_DRM_ROCKCHIP) += rockchip_vop_reg.o rockchipdrm.o
2020obj-$(CONFIG_ROCKCHIP_DRM_TVE) += rockchip_drm_tve.o
21+
22+ obj-$(CONFIG_ROCKCHIP_RK3066_HDMI) += rk3066_hdmi.o
You can’t perform that action at this time.
0 commit comments