Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628847 > unrolled thread
| Started by | Jonathan Liu <net147@gmail.com> |
|---|---|
| First post | 2017-04-22 16:50 +0200 |
| Last post | 2017-04-22 16:50 +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.
Re: [linux-sunxi] [PATCH v2 1/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver Jonathan Liu <net147@gmail.com> - 2017-04-22 16:50 +0200
| From | Jonathan Liu <net147@gmail.com> |
|---|---|
| Date | 2017-04-22 16:50 +0200 |
| Subject | Re: [linux-sunxi] [PATCH v2 1/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver |
| Message-ID | <tz4wh-44M-1@gated-at.bofh.it> |
Hi Priit,
On 27 March 2017 at 04:20, Priit Laes <plaes@plaes.org> wrote:
> +static struct ccu_nkmp pll_ve_clk = {
> + .enable = BIT(31),
> + .n = _SUNXI_CCU_MULT_OFFSET(8, 5, 0),
> + .k = _SUNXI_CCU_MULT(4, 2),
> + .m = _SUNXI_CCU_DIV(0, 2),
> + .p = _SUNXI_CCU_DIV(16, 2),
> + .common = {
> + .reg = 0x018,
> + .hw.init = CLK_HW_INIT("pll-ve",
> + "hosc",
> + &ccu_nkmp_ops,
> + 0),
> + },
> +};
pll-ve is a NKMP clock in A10 but a NK clock in A20.
> +static const char *const hdmi_parents[] = { "pll-video0", "pll-video0-2x",
> + "pll-vide01", "pll-video1-2x" };
"pll-vide01" should be "pll-video1".
Regards,
Jonathan
Back to top | Article view | linux.kernel
csiph-web