Re: [PATCH v5 06/12] usb: cdns3-ti: grab auxdata from match data

From: Roger Quadros
Date: Mon Aug 05 2024 - 09:51:38 EST




On 26/07/2024 21:17, Théo Lebrun wrote:
> Current code uses the global `cdns_ti_auxdata` variable as auxiliary
> data passed to of_platform_populate(). Use match data to store a
> pointer to auxdata.
>
> Current behavior is not changed; it allows future compatibles to provide
> different auxiliary data.
>
> Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx>

Reviewed-by: Roger Quadros <rogerq@xxxxxxxxxx>