ath79: remove GPIO driver earlier registration hack
authorShiji Yang <yangshiji66@qq.com>
Sat, 22 Jun 2024 14:58:16 +0000 (14:58 +0000)
committerNick Hainke <vincent@systemli.org>
Sun, 23 Jun 2024 19:04:20 +0000 (21:04 +0200)
commitf444dea428cdcafd78fb75004a942da24cabd48c
treecc79964863796ce84f76f3a6b0f19127f4b9ca70
parentde5d1f44aeac0b11cdc74b203ef88f837a5f414a
ath79: remove GPIO driver earlier registration hack

After porting the ar71xx target to the new ath79 target, we are now
using the device tree instead of the device mach file. And the
platform drivers already support deferred probe. So there is no need
to keep it.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/patches-6.6/340-register_gpio_driver_earlier.patch [deleted file]