Messages in this thread |  | | Date | Mon, 03 Jun 2019 15:13:29 -0700 (PDT) | Subject | Re: [PATCH net-next 04/10] net: ethernet: ti: cpts: add support for rftclk selection | From | David Miller <> |
| |
From: Grygorii Strashko <grygorii.strashko@ti.com> Date: Sat, 1 Jun 2019 13:45:28 +0300
> +static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) > +{ > + unsigned int num_parents; > + const char **parent_names; > + struct device_node *refclk_np; > + struct clk_hw *clk_hw; > + u32 *mux_table; > + int ret = -EINVAL;
Reverse christmas tree please.
Thank you.
|  |