Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-01 | reset: airoha: Add driver for controlling reset line of AN7581 | Christian Marangi | |
Add driver for controlling the reset lines of AN7581. This is a detached version of the clock controller driver present in Linux only used to control reset lines. Driver gets loaded with the bind of the clock driver and doesn't require a compatible. This is needed as they share the same registers. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> | |||
2025-04-01 | clk: airoha: Add support for Airoha AN7581 SoC clock | Christian Marangi | |
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> |