Re: [PATCH v2 4/4] drm/bridge: ti-sn65dsi86: Support hotplug detection

2022-03-09 Thread Kieran Bingham
Quoting Doug Anderson (2022-03-07 23:22:17) > Hi, > > On Mon, Mar 7, 2022 at 10:00 AM Kieran Bingham > wrote: > > > > @@ -1264,6 +1321,14 @@ static int ti_sn_bridge_probe(struct > > auxiliary_device *adev, > > return PTR_ERR(pdata->next_bridge); > > } > > > > + pdat

Re: [PATCH v2 4/4] drm/bridge: ti-sn65dsi86: Support hotplug detection

2022-03-07 Thread Doug Anderson
Hi, On Mon, Mar 7, 2022 at 10:00 AM Kieran Bingham wrote: > > @@ -1264,6 +1321,14 @@ static int ti_sn_bridge_probe(struct auxiliary_device > *adev, > return PTR_ERR(pdata->next_bridge); > } > > + pdata->no_hpd = of_property_read_bool(np, "no-hpd"); > + if (pda