commit | 8996868a523fbcb157be76a8d3b506383f6bc34e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Mar 23 16:58:36 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Mar 24 08:51:34 2025 -0300 |
tree | 0d2de614dfdc3891e88bdd1819b0bf47444c0bad | |
parent | 3f474bc873b6957450a7239aca6efbe0056d9788 [diff] |
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>