diff options
| author | Tom Rini <[email protected]> | 2024-07-08 08:45:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-08 08:45:02 -0600 |
| commit | 4480b53b194e388b37311eb63e1d7d73d3672b32 (patch) | |
| tree | 77c0bb7a508d69c85f59bce7e1700f9ff243b3a3 /include/linux | |
| parent | 97d638e77a643722911e988a3a0f0ed3874a9101 (diff) | |
| parent | 3d4c29258f8b4c4a5cf4ce79fb1ac80f66e4cf65 (diff) | |
Merge tag 'u-boot-imx-master-20240706' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/21504
- Fixes for i.MX8M and i.MX93 clk-composite.
- Set CAN oscillator frequency based on model on verdin-imx8mm.
- Enable CAAM for phycore-imx8mp_defconfig.
- Miscellaneous improvements for Gateworks i.MX8M boards.
- Fix initramfs boot on msc_sm2s_imx8mp.
- Fixe EQoS on imx8mp-beacon-kit.
- Fix error message in fsl_esdhc_imx.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index b8acacd49ee..59f9c241b84 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -74,6 +74,7 @@ struct clk_mux { #define to_clk_mux(_clk) container_of(_clk, struct clk_mux, clk) extern const struct clk_ops clk_mux_ops; u8 clk_mux_get_parent(struct clk *clk); +int clk_mux_fetch_parent_index(struct clk *clk, struct clk *parent); /** * clk_mux_index_to_val() - Convert the parent index to the register value |
