
On 1/21/24 22:08, Paul Barker wrote:
On 21/01/2024 17:41, Marek Vasut wrote:
From: Hai Pham hai.pham.ud@renesas.com
Add clock tables for R8A779H0 V4M SoC.
Signed-off-by: Hai Pham hai.pham.ud@renesas.com
Cc: Lukasz Majewski lukma@denx.de Cc: Paul Barker paul.barker.ct@bp.renesas.com Cc: Sean Anderson seanga2@gmail.com
drivers/clk/renesas/Kconfig | 6 + drivers/clk/renesas/Makefile | 1 + drivers/clk/renesas/r8a779h0-cpg-mssr.c | 294 ++++++++++++++++++++++++ drivers/clk/renesas/rcar-gen3-cpg.h | 1 + 4 files changed, 302 insertions(+) create mode 100644 drivers/clk/renesas/r8a779h0-cpg-mssr.c
How does this relate to the Linux kernel clk patch sent by Geert [1]? If this patch is based on that, then we should have a link to that patch in the commit message (since it hasn't appeared in a mainline kernel release yet).
This is still pulled from renesas U-Boot port, once clock/pinmux/DTs appears in next, I will sync them from next into U-Boot.