Re: [PATCH V2 1/3] clk: imx7d: correct enet phy ref clock gates

2018-06-01 Thread Stephen Boyd
Quoting Anson Huang (2018-05-17 18:01:04) > IMX7D_ENET_PHY_REF_ROOT_DIV supplies clock for PHY directly, > there is no clock gate after it, rename it to > IMX7D_ENET_PHY_REF_ROOT_CLK to avoid device tree change. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH V2 1/3] clk: imx7d: correct enet phy ref clock gates

2018-06-01 Thread Stephen Boyd
Quoting Anson Huang (2018-05-17 18:01:04) > IMX7D_ENET_PHY_REF_ROOT_DIV supplies clock for PHY directly, > there is no clock gate after it, rename it to > IMX7D_ENET_PHY_REF_ROOT_CLK to avoid device tree change. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH V2 1/3] clk: imx7d: correct enet phy ref clock gates

2018-05-18 Thread Stefan Agner
On 18.05.2018 03:01, Anson Huang wrote: > IMX7D_ENET_PHY_REF_ROOT_DIV supplies clock for PHY directly, > there is no clock gate after it, rename it to > IMX7D_ENET_PHY_REF_ROOT_CLK to avoid device tree change. > > Signed-off-by: Anson Huang Reviewed-by: Stefan Agner

Re: [PATCH V2 1/3] clk: imx7d: correct enet phy ref clock gates

2018-05-18 Thread Stefan Agner
On 18.05.2018 03:01, Anson Huang wrote: > IMX7D_ENET_PHY_REF_ROOT_DIV supplies clock for PHY directly, > there is no clock gate after it, rename it to > IMX7D_ENET_PHY_REF_ROOT_CLK to avoid device tree change. > > Signed-off-by: Anson Huang Reviewed-by: Stefan Agner -- Stefan > --- >

[PATCH V2 1/3] clk: imx7d: correct enet phy ref clock gates

2018-05-17 Thread Anson Huang
IMX7D_ENET_PHY_REF_ROOT_DIV supplies clock for PHY directly, there is no clock gate after it, rename it to IMX7D_ENET_PHY_REF_ROOT_CLK to avoid device tree change. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7d.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH V2 1/3] clk: imx7d: correct enet phy ref clock gates

2018-05-17 Thread Anson Huang
IMX7D_ENET_PHY_REF_ROOT_DIV supplies clock for PHY directly, there is no clock gate after it, rename it to IMX7D_ENET_PHY_REF_ROOT_CLK to avoid device tree change. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7d.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git