Re: [PATCH v3 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver

2021-03-31 Thread Stephen Boyd
Quoting Greentime Hu (2021-03-31 02:26:00) > We add pcie_aux clock in this patch so that pcie driver can use > clk_prepare_enable() and clk_disable_unprepare() to enable and disable > pcie_aux clock. > > Signed-off-by: Greentime Hu > --- With robot fix Acked-by: Stephen Boyd

[PATCH v3 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver

2021-03-31 Thread Greentime Hu
We add pcie_aux clock in this patch so that pcie driver can use clk_prepare_enable() and clk_disable_unprepare() to enable and disable pcie_aux clock. Signed-off-by: Greentime Hu --- drivers/clk/sifive/fu740-prci.c | 11 + drivers/clk/sifive/fu740-prci.h | 2 +-