[PATCH] pinctrl: mediatek: fix failing to get syscon
Tom Rini
trini at konsulko.com
Wed Jan 21 21:48:45 CET 2026
On Wed, 14 Jan 2026 16:37:19 -0600, David Lechner wrote:
> Replace uclass_get_device_by_ofnode() with syscon_regmap_lookup_by_phandle()
> to get the "mediatek,pctl-regmap" syscon device.
>
> Depending on probe order, uclass_get_device_by_ofnode() may fail, but
> syscon_regmap_lookup_by_phandle() has logic in it to handle that case
> correctly.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] pinctrl: mediatek: fix failing to get syscon
commit: 04413ed0c1bde24bdb4a15e5d75a33f1f3fa8bfa
--
Tom
More information about the U-Boot
mailing list