mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
clk: rk3399: Set empty for HCLK_SD assigned-clocks
Due to v5.7-rc1 sync the SD controller nodes in rk3399.dtsi have HCLK_SD assigned-clocks which are usually required for Linux and don't require to handle them in U-Boot. assigned-clocks = <&cru HCLK_SD>; So, mark them as empty in clock otherwise device probe on those SD controllers would fail. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
f44bf1b5b1
commit
96993d7c35
1 changed files with 1 additions and 0 deletions
|
@ -996,6 +996,7 @@ static ulong rk3399_clk_set_rate(struct clk *clk, ulong rate)
|
|||
break;
|
||||
case ACLK_VOP1:
|
||||
case HCLK_VOP1:
|
||||
case HCLK_SD:
|
||||
/**
|
||||
* assigned-clocks handling won't require for vopl, so
|
||||
* return 0 to satisfy clk_set_defaults during device probe.
|
||||
|
|
Loading…
Add table
Reference in a new issue