Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1625885 > unrolled thread
| Started by | Eddie Cai <eddie.cai.linux@gmail.com> |
|---|---|
| First post | 2017-04-19 09:40 +0200 |
| Last post | 2017-04-19 09:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] clk: rockchip: fix the incorrect id for clk_testout1 Eddie Cai <eddie.cai.linux@gmail.com> - 2017-04-19 09:40 +0200
| From | Eddie Cai <eddie.cai.linux@gmail.com> |
|---|---|
| Date | 2017-04-19 09:40 +0200 |
| Subject | [PATCH 2/2] clk: rockchip: fix the incorrect id for clk_testout1 |
| Message-ID | <txSnw-vJ-11@gated-at.bofh.it> |
the id for clk_testout1 is wrong, so correct it.
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
---
drivers/clk/rockchip/clk-rk3399.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c
index 73121b14..322611d 100644
--- a/drivers/clk/rockchip/clk-rk3399.c
+++ b/drivers/clk/rockchip/clk-rk3399.c
@@ -1066,7 +1066,7 @@ static struct rockchip_clk_branch rk3399_clk_branches[] __initdata = {
/* cif_testout */
MUX(0, "clk_testout1_pll_src", mux_pll_src_cpll_gpll_npll_p, 0,
RK3399_CLKSEL_CON(38), 6, 2, MFLAGS),
- COMPOSITE(0, "clk_testout1", mux_clk_testout1_p, 0,
+ COMPOSITE(SCLK_TESTCLKOUT1, "clk_testout1", mux_clk_testout1_p, 0,
RK3399_CLKSEL_CON(38), 5, 1, MFLAGS, 0, 5, DFLAGS,
RK3399_CLKGATE_CON(13), 14, GFLAGS),
--
2.10.2
Back to top | Article view | linux.kernel
csiph-web