[PATCH 1/2] drm/bridge: ti-tfp410: support hpd via gpio

2017-03-06 Thread christopher.spinrath
From: Christopher Spinrath On some boards the hpd pin of a hdmi connector is wired up to a gpio pin. Since in the DRM world the tfp410 driver is responsible for handling the connector, add support for hpd gpios in this very driver. Signed-off-by: Christopher Spinrath --- drivers/gpu/drm/bridge

[PATCH 2/2] ARM: dts: imx6q-utilite-pro: add hpd gpio

2017-03-06 Thread christopher.spinrath
From: Christopher Spinrath The hpd pin of the second hdmi connector of the Utilite Pro is wired up to a gpio pin of the SoC. Reflect this in the device tree. Signed-off-by: Christopher Spinrath --- arch/arm/boot/dts/imx6q-utilite-pro.dts | 10 +- 1 file changed, 9 insertions(+), 1 dele