Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1310074 > unrolled thread
| Started by | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| First post | 2016-01-15 13:00 +0100 |
| Last post | 2016-01-18 11:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus Yakir Yang <ykk@rock-chips.com> - 2016-01-15 13:00 +0100
Re: [PATCH] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus Heiko Stuebner <heiko@sntech.de> - 2016-01-17 20:40 +0100
Re: [PATCH] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus Yakir Yang <ykk@rock-chips.com> - 2016-01-18 11:50 +0100
| From | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| Date | 2016-01-15 13:00 +0100 |
| Subject | [PATCH] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus |
| Message-ID | <qRbcS-5yd-17@gated-at.bofh.it> |
HCLK_VIO_BUS is the noc bus controller clock for display module,
due to it shouldn't belong to any driver, but we need it enabled,
so just mark it as the CLK_IGNORE_UNUSED flag.
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
---
drivers/clk/rockchip/clk-rk3036.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/rockchip/clk-rk3036.c b/drivers/clk/rockchip/clk-rk3036.c
index 484de46..00fac21 100644
--- a/drivers/clk/rockchip/clk-rk3036.c
+++ b/drivers/clk/rockchip/clk-rk3036.c
@@ -379,7 +379,7 @@ static struct rockchip_clk_branch rk3036_clk_branches[] __initdata = {
GATE(ACLK_VIO, "aclk_vio", "aclk_disp1_pre", CLK_IGNORE_UNUSED, RK2928_CLKGATE_CON(6), 13, GFLAGS),
GATE(ACLK_LCDC, "aclk_lcdc", "aclk_disp1_pre", 0, RK2928_CLKGATE_CON(9), 6, GFLAGS),
- GATE(HCLK_VIO_BUS, "hclk_vio_bus", "hclk_disp_pre", 0, RK2928_CLKGATE_CON(6), 12, GFLAGS),
+ GATE(HCLK_VIO_BUS, "hclk_vio_bus", "hclk_disp_pre", CLK_IGNORE_UNUSED, RK2928_CLKGATE_CON(6), 12, GFLAGS),
GATE(HCLK_LCDC, "hclk_lcdc", "hclk_disp_pre", 0, RK2928_CLKGATE_CON(9), 5, GFLAGS),
/* hclk_video gates */
--
1.9.1
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2016-01-17 20:40 +0100 |
| Message-ID | <qS1l8-6M6-5@gated-at.bofh.it> |
| In reply to | #1310074 |
Am Freitag, 15. Januar 2016, 19:54:14 schrieb Yakir Yang: > HCLK_VIO_BUS is the noc bus controller clock for display module, > due to it shouldn't belong to any driver, but we need it enabled, > so just mark it as the CLK_IGNORE_UNUSED flag. > > Signed-off-by: Yakir Yang <ykk@rock-chips.com> applied to my clk-branch for 4.6 Thanks Heiko
[toc] | [prev] | [next] | [standalone]
| From | Yakir Yang <ykk@rock-chips.com> |
|---|---|
| Date | 2016-01-18 11:50 +0100 |
| Subject | Re: [PATCH] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for hclk_vio_bus |
| Message-ID | <qSfxM-7SR-15@gated-at.bofh.it> |
| In reply to | #1311180 |
On 01/18/2016 03:14 AM, Heiko Stuebner wrote: > Am Freitag, 15. Januar 2016, 19:54:14 schrieb Yakir Yang: >> HCLK_VIO_BUS is the noc bus controller clock for display module, >> due to it shouldn't belong to any driver, but we need it enabled, >> so just mark it as the CLK_IGNORE_UNUSED flag. >> >> Signed-off-by: Yakir Yang <ykk@rock-chips.com> > applied to my clk-branch for 4.6 Thanks ;) - Yakir > Thanks > Heiko > > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web