diff options
| author | Tom Rini <[email protected]> | 2025-09-30 16:01:05 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-30 16:01:05 -0600 |
| commit | 667b9ef5b09b8157e705cca24ebed504da1dc1b2 (patch) | |
| tree | 96dfbdf2103a1fcf53289e293457971d0ca74d3e /drivers/clk | |
| parent | 9710d98e8942151fc0c62d54100d9d27e8263d04 (diff) | |
| parent | d521fa32cc692a44c7c11d4b2a86f371d614e727 (diff) | |
Merge tag 'u-boot-amlogic-next-20250930' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next
- set reversed bit when using internal phy on GXL SoCs
- support gpio toggle command for amlogic gpio
- fix saradc
- remove unreachable in meson clk driver
- Stop premature exit from for loop in meson pwm driver
- fix JetHub D1 eth mac fallback generation
Diffstat (limited to 'drivers/clk')
| -rw-r--r-- | drivers/clk/meson/g12a.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/meson/g12a.c b/drivers/clk/meson/g12a.c index 5d7faaa3eab..a7a42b2edb6 100644 --- a/drivers/clk/meson/g12a.c +++ b/drivers/clk/meson/g12a.c @@ -916,8 +916,6 @@ static ulong meson_clk_set_rate_by_id(struct clk *clk, unsigned long id, return -EINVAL; case CLKID_PCIE_PLL: return meson_pcie_pll_set_rate(clk, rate); - - return 0; case CLKID_VPU: return meson_clk_set_rate_by_id(clk, meson_mux_get_parent(clk, CLKID_VPU), rate, |
