Re: [PATCH v7 2/4] clk: meson: add DT documentation for emmc clock controller

2018-12-04 Thread Stephen Boyd
Quoting Jianxin Pan (2018-12-03 18:39:34) > Hi Stephen, > > On 2018/12/4 6:45, Stephen Boyd wrote: > > Quoting Jianxin Pan (2018-11-15 04:18:30) > >> diff --git a/include/dt-bindings/clock/amlogic,mmc-clkc.h > >> b/include/dt-bindings/clock/amlogic,mmc-clkc.h > >> new file mode 100644 > >> index

Re: [PATCH v7 2/4] clk: meson: add DT documentation for emmc clock controller

2018-12-03 Thread Jianxin Pan
Hi Stephen, On 2018/12/4 6:45, Stephen Boyd wrote: > Quoting Jianxin Pan (2018-11-15 04:18:30) >> diff --git a/include/dt-bindings/clock/amlogic,mmc-clkc.h >> b/include/dt-bindings/clock/amlogic,mmc-clkc.h >> new file mode 100644 >> index 000..162b949 >> --- /dev/null >> +++ b/include/dt-bind

Re: [PATCH v7 2/4] clk: meson: add DT documentation for emmc clock controller

2018-12-03 Thread Stephen Boyd
Quoting Jianxin Pan (2018-11-15 04:18:30) > diff --git a/include/dt-bindings/clock/amlogic,mmc-clkc.h > b/include/dt-bindings/clock/amlogic,mmc-clkc.h > new file mode 100644 > index 000..162b949 > --- /dev/null > +++ b/include/dt-bindings/clock/amlogic,mmc-clkc.h > @@ -0,0 +1,17 @@ > +/* SPDX-

[PATCH v7 2/4] clk: meson: add DT documentation for emmc clock controller

2018-11-15 Thread Jianxin Pan
From: Yixun Lan Document the MMC sub clock controller driver, the potential consumer of this driver is MMC or NAND. Also add four clock bindings IDs which provided by this driver. Reviewed-by: Rob Herring Signed-off-by: Yixun Lan Signed-off-by: Jianxin Pan --- .../devicetree/bindings/clock/a