[PATCH v3 2/2] drm/bridge: tc358767: Add configurable default preemphasis
Marek Vasut
marex at denx.de
Mon Jul 8 15:06:30 UTC 2024
On 6/26/24 9:36 AM, Alexander Stein wrote:
Hi,
sorry for the late reply.
>> @@ -2435,6 +2454,18 @@ static int tc_probe_bridge_endpoint(struct tc_data *tc)
>> return -EINVAL;
>> }
>> mode |= BIT(endpoint.port);
>> + if (endpoint.port != 2)
>> + continue;
>> +
>
> Mh, I know currently there are not other port-specific properties. But
> maybe it's easier to read if 'if (endpoint.port == 2) {' is used.
Fixed in V4, thanks.
More information about the dri-devel
mailing list