Message ID | 20220504075154.58819-1-chanho61.park@samsung.com |
---|---|
Headers | show |
Series | initial clock support for exynosauto v9 SoC | expand |
Hi Chanho, On 22. 5. 4. 16:51, Chanho Park wrote: > Add device tree clock binding definitions for below CMU blocks. > > - CMU_TOP > - CMU_BUSMC > - CMU_CORE > - CMU_FYS2 > - CMU_PERIC0 / C1 > - CMU_PERIS > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Chanho Park <chanho61.park@samsung.com> > --- > .../dt-bindings/clock/samsung,exynosautov9.h | 299 ++++++++++++++++++ > 1 file changed, 299 insertions(+) > create mode 100644 include/dt-bindings/clock/samsung,exynosautov9.h > (snip) Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
On 04/05/2022 09:51, Chanho Park wrote: > Add device tree clock binding definitions for below CMU blocks. > > - CMU_TOP > - CMU_BUSMC > - CMU_CORE > - CMU_FYS2 > - CMU_PERIC0 / C1 > - CMU_PERIS > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Chanho Park <chanho61.park@samsung.com> > --- > .../dt-bindings/clock/samsung,exynosautov9.h | 299 ++++++++++++++++++ Hi Sylwester, If I am to apply the DTS, which uses this header, I would need to take it via my tree and send you a pull request with it. Otherwise the DTS would need to be modified to have workaround-defines for missing header. Best regards, Krzysztof
Hi, On 04.05.2022 16:36, Krzysztof Kozlowski wrote: > On 04/05/2022 09:51, Chanho Park wrote: >> Add device tree clock binding definitions for below CMU blocks. >> >> - CMU_TOP >> - CMU_BUSMC >> - CMU_CORE >> - CMU_FYS2 >> - CMU_PERIC0 / C1 >> - CMU_PERIS >> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> Signed-off-by: Chanho Park <chanho61.park@samsung.com> >> --- >> .../dt-bindings/clock/samsung,exynosautov9.h | 299 ++++++++++++++++++ > > Hi Sylwester, > > If I am to apply the DTS, which uses this header, I would need to take > it via my tree and send you a pull request with it. Let's do it that way, please provide a pull request with the header. Regards, Sylwester
On 22. 5. 4. 16:51, Chanho Park wrote: > This adds support for CMU_TOP which generates clocks for all the > function blocks such as CORE, FSYS0/1/2, PERIC0/1 and so on. For > CMU_TOP, PLL_SHARED0,1,2,3 and 4 will be the sources of this block > and they will generate bus clocks. > > Signed-off-by: Chanho Park <chanho61.park@samsung.com> > --- > drivers/clk/samsung/Makefile | 1 + > drivers/clk/samsung/clk-exynosautov9.c | 958 +++++++++++++++++++++++++ > 2 files changed, 959 insertions(+) > create mode 100644 drivers/clk/samsung/clk-exynosautov9.c > (snip) Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
On 22. 5. 4. 16:51, Chanho Park wrote: > Like CMU_PERIC0, this provides clocks for USI06 ~ USI11 and USI_I2C. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Chanho Park <chanho61.park@samsung.com> > --- > drivers/clk/samsung/clk-exynosautov9.c | 254 +++++++++++++++++++++++++ > 1 file changed, 254 insertions(+) > (snip) Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
On Wed, 4 May 2022 16:51:43 +0900, Chanho Park wrote: > Add device tree clock binding definitions for below CMU blocks. > > - CMU_TOP > - CMU_BUSMC > - CMU_CORE > - CMU_FYS2 > - CMU_PERIC0 / C1 > - CMU_PERIS > > [...] Applied, thanks! [01/12] dt-bindings: clock: add clock binding definitions for Exynos Auto v9 commit: 680e1c8370a2ed7aff4f99ce3cebf79873d68f59 Best regards,
On 04.05.2022 09:51, Chanho Park wrote:
> This patchset adds initial clock driver support for Exynos Auto v9 SoC.
Thanks, I have applied patches 04...09/12.
Regards,
Sylwester