Re: [PATCH] clk: mediatek: fix reprobe regression
David Lechner <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <a484c17b-83b2-4d10-92f0-554b35b53341__20602.4820379511$1786626964$gmane$org@baylibre.com> |
On 8/13/26 8:10 AM, David Lechner wrote: > Clear the MediaTek clock provider registry after relocation. This is > necessary for a couple of reasons. If any clock probed before the > relocation, the registry will contain a pointer to pre-relocation > memory. Also, all drivers reprobe after relocation, so even if we > had a valid pointer, it would be to a clock provider that had not been > reprobed yet. Clearing the registry ensures that all clock providers > are re-registered when they are reprobed after relocation. > Disregard. I forgot an important detail and will send v2 shortly.