2020-07-22 16:21:26

by Alex Bee

[permalink] [raw]
Subject: [PATCH v2] 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 <[email protected]>
---

Changes in v2:
- add sclk_mac_lbtest to rk3188_critical_clocks instead of adding the
CLOCK_IGNORE_UNUSED flag

drivers/clk/rockchip/clk-rk3188.c | 1 +
1 file changed, 1 insertion(+)

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)
--
2.17.1


2020-07-22 19:24:20

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH v2] clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks

On Wed, 22 Jul 2020 18:18:20 +0200, Alex Bee wrote:
> 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.

Applied, thanks!

[1/1] clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks
commit: ef990bcad58cf1d13c5a49191a2c2342eb8d6709

Best regards,
--
Heiko Stuebner <[email protected]>