commit | 96993d7c358e9d87871a3c92fb3af081b2e3ff48 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Tue Apr 28 15:30:16 2020 +0530 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri May 01 18:32:56 2020 +0800 |
tree | f1b65fa45921ff2022417ca0ce7d15538d68be4b | |
parent | f44bf1b5b169ccfcb4745cf4c36cecfd42709f70 [diff] |
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>