clk: imx: gate2: Use struct udevice instead of struct device
authorMarek Vasut <marex@denx.de>
Sun, 23 Mar 2025 15:58:38 +0000 (16:58 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Mar 2025 11:51:34 +0000 (08:51 -0300)
commit2eafd7a28edc8fe8be42aca475dcb1b8bc066f21
tree2a14950380f6f42097be5f7f1d5c2df3d8813868
parent742e0205d1938f272413455492b4deff016c1031
clk: imx: gate2: Use struct udevice instead of struct device

Use U-Boot specific struct udevice instead of Linux compatibility
struct device in gate2 clock registration.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/clk/imx/clk-gate2.c
drivers/clk/imx/clk.h