]> git.baikalelectronics.ru Git - uboot.git/commit
clk: rk3399: Set empty for HCLK_SD assigned-clocks
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 28 Apr 2020 10:00:16 +0000 (15:30 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 1 May 2020 10:32:56 +0000 (18:32 +0800)
commit1e7d5dfc01d06fd09875c64ec90b93cfc1eca7e8
treef1b65fa45921ff2022417ca0ce7d15538d68be4b
parent56e81bec710c6893929358ddb87b6bfbe37fb5bd
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>
drivers/clk/rockchip/clk_rk3399.c