Re: [PATCH 2/3] clk: meson: add sub EMMC clock dt-bindings IDs

2018-07-03 Thread Jerome Brunet
On Tue, 2018-07-03 at 17:56 +0800, Yixun Lan wrote: > > > Yes, It's true, the mux is parent of the div clock. > > > > > > while testing for the NAND driver, I find it's kind of loose about the > > > parent of the clock, so selecting the div (and let CCF decide freely) is > > > actually works fine

Re: [PATCH 2/3] clk: meson: add sub EMMC clock dt-bindings IDs

2018-07-03 Thread Yixun Lan
Hi Jerome: On 07/03/18 16:09, Jerome Brunet wrote: > On Tue, 2018-07-03 at 15:36 +0800, Yixun Lan wrote: >> Hi Broris >> >> thanks for your quick response, and see my comments below >> >> On 07/03/18 15:21, Boris Brezillon wrote: >>> On Tue, 3 Jul 2018 14:57:15 + >>> Yixun Lan wrote: >>> >>

Re: [PATCH 2/3] clk: meson: add sub EMMC clock dt-bindings IDs

2018-07-03 Thread Jerome Brunet
On Tue, 2018-07-03 at 15:36 +0800, Yixun Lan wrote: > Hi Broris > > thanks for your quick response, and see my comments below > > On 07/03/18 15:21, Boris Brezillon wrote: > > On Tue, 3 Jul 2018 14:57:15 + > > Yixun Lan wrote: > > > > > Add two clock bindings IDs which provided by the EMMC

Re: [PATCH 2/3] clk: meson: add sub EMMC clock dt-bindings IDs

2018-07-03 Thread Yixun Lan
Hi Broris thanks for your quick response, and see my comments below On 07/03/18 15:21, Boris Brezillon wrote: > On Tue, 3 Jul 2018 14:57:15 + > Yixun Lan wrote: > >> Add two clock bindings IDs which provided by the EMMC clock controller, >> These two clocks will be used by EMMC or NAND d

Re: [PATCH 2/3] clk: meson: add sub EMMC clock dt-bindings IDs

2018-07-03 Thread Boris Brezillon
On Tue, 3 Jul 2018 14:57:15 + Yixun Lan wrote: > Add two clock bindings IDs which provided by the EMMC clock controller, > These two clocks will be used by EMMC or NAND driver. > > Signed-off-by: Yixun Lan > --- > include/dt-bindings/clock/emmc-clkc.h | 14 ++ > 1 file changed,

[PATCH 2/3] clk: meson: add sub EMMC clock dt-bindings IDs

2018-07-03 Thread Yixun Lan
Add two clock bindings IDs which provided by the EMMC clock controller, These two clocks will be used by EMMC or NAND driver. Signed-off-by: Yixun Lan --- include/dt-bindings/clock/emmc-clkc.h | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 include/dt-bindings/clock/emm