[PATCH 1/2] drm/bridge: dw-hdmi: Add DT binding to disable hotplug detect

2021-01-31 Thread Mykyta Poturai
nection is broken. Signed-off-by: Mykyta Poturai --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c index 0c79a9ba48bb..4ca0ac130beb 10

[PATCH 2/2] dt-bindings: display: Add "disable-hpd" binding

2021-01-31 Thread Mykyta Poturai
Add the "disable-hpd" binding, used to disable hotplug detected functionality in the driver. When it's enabled the driver assumes that the connector is always connected and disables the hotplug detect related IRQ. Signed-off-by: Mykyta Poturai --- .../devicetree/bindings/display