diff options
author | Alex Bee <knaerzche@gmail.com> | 2020-07-22 18:18:20 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-07-22 20:05:19 +0200 |
commit | ef990bcad58cf1d13c5a49191a2c2342eb8d6709 (patch) | |
tree | bde4ae434042b6697f1bddea281d1e0605c6184e /drivers/clk/rockchip | |
parent | clk: rockchip: Revert "fix wrong mmc sample phase shift for rk3328" (diff) | |
download | linux-ef990bcad58cf1d13c5a49191a2c2342eb8d6709.tar.xz linux-ef990bcad58cf1d13c5a49191a2c2342eb8d6709.zip |
clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks
Since the loopbacktest clock is not exported and is not touched in the
driver, it has to be added to rk3188_critical_clocks to be protected from
being disabled and in order to get the emac working.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20200722161820.5316-1-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip')
-rw-r--r-- | drivers/clk/rockchip/clk-rk3188.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/clk-rk3188.c b/drivers/clk/rockchip/clk-rk3188.c index 77aebfb1d6d5..730020fcc7fe 100644 --- a/drivers/clk/rockchip/clk-rk3188.c +++ b/drivers/clk/rockchip/clk-rk3188.c @@ -751,6 +751,7 @@ static const char *const rk3188_critical_clocks[] __initconst = { "pclk_peri", "hclk_cpubus", "hclk_vio_bus", + "sclk_mac_lbtest", }; static struct rockchip_clk_provider *__init rk3188_common_clk_init(struct device_node *np) |