clk: clk-gate: Use struct udevice instead of struct device
authorMarek Vasut <marex@denx.de>
Sun, 23 Mar 2025 15:58:36 +0000 (16:58 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Mar 2025 11:51:34 +0000 (08:51 -0300)
commitaee51ad0d945cf3ffbad143adb76aba40f66ecb7
tree0d2de614dfdc3891e88bdd1819b0bf47444c0bad
parent0a930930f88bed1f195fc8a4b5103df3263a41ce
clk: clk-gate: Use struct udevice instead of struct device

Use U-Boot specific struct udevice instead of Linux compatibility
struct device in clk-gate registration.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/clk/clk-gate.c
include/linux/clk-provider.h