Commit 7156602d authored by Neil Armstrong's avatar Neil Armstrong Committed by Dmitry Baryshkov
Browse files

drm/bridge: simple: add Realtek RTD2171 DP-to-HDMI bridge

parent 2c4f536c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -266,6 +266,11 @@ static const struct of_device_id simple_bridge_match[] = {
		.data = &(const struct simple_bridge_info) {
			.connector_type = DRM_MODE_CONNECTOR_HDMIA,
		},
	}, {
		.compatible = "realtek,rtd2171",
		.data = &(const struct simple_bridge_info) {
			.connector_type = DRM_MODE_CONNECTOR_HDMIA,
		},
	}, {
		.compatible = "ti,opa362",
		.data = &(const struct simple_bridge_info) {