Here is a series with clk and DTS updates to enable the RPC unit on the R-Car V3U SoC. Important: If you want to test it, please use this branch because it contains a patch which avoids data corruption! git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/v3u/rpc Because the data corruption fix is still in internal review, this patchset is RFC only to gather comments. Also, there is a question left to discuss in patch 1 and some comments to patch 4. Duc Nguyen (1): arm64: dts: renesas: r8a779a0: Add RPC node Wolfram Sang (3): clk: renesas: cpg-lib: move RPC clock registration to the library clk: renesas: r8a779a0: Add RPC support arm64: dts: renesas: falcon-cpu: add SPI flash via RPC .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 33 +++++++ arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 17 ++++ drivers/clk/renesas/r8a779a0-cpg-mssr.c | 29 ++++++ drivers/clk/renesas/rcar-cpg-lib.c | 83 +++++++++++++++++ drivers/clk/renesas/rcar-cpg-lib.h | 7 ++ drivers/clk/renesas/rcar-gen3-cpg.c | 89 +------------------ 6 files changed, 171 insertions(+), 87 deletions(-) -- 2.30.2