Lucas, > Shallow review of DTS files and dpaux drivers let me say that the change > below has no regressions (the change is untested): > > diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c > index 3e6fe82..f91ade1 100644 > --- a/drivers/gpu/drm/drm_dp_helper.c > +++ b/drivers/gpu/drm/drm_dp_helper.c > @@ -1020,7 +1020,6 @@ int drm_dp_aux_register(struct drm_dp_aux *aux) > aux->ddc.class = I2C_CLASS_DDC; > aux->ddc.owner = THIS_MODULE; > aux->ddc.dev.parent = aux->dev; > - aux->ddc.dev.of_node = aux->dev->of_node; > > strlcpy(aux->ddc.name, aux->name ? aux->name : dev_name(aux->dev), > sizeof(aux->ddc.name)); Is this an acceptable approach? It makes sense to me from an I2C PoV. I have to say that I second Vladimir's arguments. There shouldn't be any other I2C devices on DDC, but surely there is somebody somewhere hacking this bus to do something. Regards, Wolfram
Attachment:
signature.asc
Description: PGP signature