commit | eda1ade7b8d90dba627154dd63048dcc0dd8046c | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Mar 14 19:59:22 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 01 08:44:51 2025 -0600 |
tree | 60db1ec9b3663d96413e604b7c8e8d85626a2fc1 | |
parent | c771b6388a2f4c11c32159ca041901d66e33ce00 [diff] |
clk: airoha: Add support for Airoha AN7581 SoC clock Add support for Airoha AN7581 SoC clock driver. This mainly needed for eMMC support to correctly get the current clock applied. Based on the Linux clk-en7523.c but majorly reworked for U-Boot that doesn't require CCF subsystem. Major modification, support for set_rate, realtime get_rate and split for reset part to a different driver. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>