2021-10-07 19:38:40

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH v3] clk: Add clk_set_parent debugfs node

Hi Sam,

On Thu, Oct 7, 2021 at 10:57 AM Sam Protsenko
<[email protected]> wrote:
>
> Useful for testing mux clocks. One can write the index of the parent to
> set into clk_parent node, starting from 0. Example
>
> # cd /sys/kernel/debug/clk/mout_peri_bus
> # cat clk_possible_parrents

s/clk_possible_parrents/clk_possible_parents


2021-10-07 19:39:40

by Sam Protsenko

[permalink] [raw]
Subject: Re: [PATCH v3] clk: Add clk_set_parent debugfs node

On Thu, 7 Oct 2021 at 17:17, Fabio Estevam <[email protected]> wrote:
>
> Hi Sam,
>
> On Thu, Oct 7, 2021 at 10:57 AM Sam Protsenko
> <[email protected]> wrote:
> >
> > Useful for testing mux clocks. One can write the index of the parent to
> > set into clk_parent node, starting from 0. Example
> >
> > # cd /sys/kernel/debug/clk/mout_peri_bus
> > # cat clk_possible_parrents
>
> s/clk_possible_parrents/clk_possible_parents

Thanks, will be fixed.