Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
- sync Amlogic G12A DT with linux 5.3-rc1 - add support for 4GiB DRAM memory - add support for Amlogic G12B based Odroid-N2 - small duplicate logic fix for gxbb clock driver
This commit is contained in:
@@ -823,10 +823,7 @@ static ulong meson_clk_set_rate_by_id(struct clk *clk, unsigned long id,
|
||||
case CLKID_MPLL1:
|
||||
case CLKID_MPLL2:
|
||||
case CLKID_CLK81:
|
||||
if (current_rate != rate)
|
||||
return -EINVAL;
|
||||
|
||||
return 0;
|
||||
return -EINVAL;
|
||||
case CLKID_VPU:
|
||||
return meson_clk_set_rate_by_id(clk,
|
||||
meson_mux_get_parent(clk, CLKID_VPU), rate,
|
||||
|
||||
Reference in New Issue
Block a user