From patchwork Fri Oct 13 12:39:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13420879 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17C4DCDB482 for ; Fri, 13 Oct 2023 12:39:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231618AbjJMMj2 (ORCPT ); Fri, 13 Oct 2023 08:39:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231753AbjJMMj1 (ORCPT ); Fri, 13 Oct 2023 08:39:27 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E893C0 for ; Fri, 13 Oct 2023 05:39:25 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:f151:5551:1af6:b316]) by andre.telenet-ops.be with bizsmtp id xQfM2A00Q56FAx301QfMUN; Fri, 13 Oct 2023 14:39:23 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qrHRl-006Gga-TO; Fri, 13 Oct 2023 14:39:21 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qrHRp-002Jnz-An; Fri, 13 Oct 2023 14:39:21 +0200 From: Geert Uytterhoeven To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 1/3] Renesas ARM defconfig updates for v6.7 (take two) Date: Fri, 13 Oct 2023 14:39:13 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit d2efde5cc970cd21de0f94cf03e059adc1e1311b: ARM: shmobile: defconfig: Refresh for v6.6-rc3 (2023-09-28 11:41:02 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-defconfig-for-v6.7-tag2 for you to fetch changes up to 09cfdb5a97b53d117682211a4d32a39af2e819e4: arm64: defconfig: Enable RZ/G3S (R9A08G045) SoC (2023-10-05 14:31:10 +0200) ---------------------------------------------------------------- Renesas ARM defconfig updates for v6.7 (take two) - Enable support for the Renesas RZ/G3S (R9A08G045) SoC in the arm64 defconfig. ---------------------------------------------------------------- Claudiu Beznea (1): arm64: defconfig: Enable RZ/G3S (R9A08G045) SoC arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) From patchwork Fri Oct 13 12:39:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13420877 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42196CDB47E for ; Fri, 13 Oct 2023 12:39:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231776AbjJMMj0 (ORCPT ); Fri, 13 Oct 2023 08:39:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231768AbjJMMjZ (ORCPT ); Fri, 13 Oct 2023 08:39:25 -0400 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85C00D7 for ; Fri, 13 Oct 2023 05:39:23 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:f151:5551:1af6:b316]) by baptiste.telenet-ops.be with bizsmtp id xQfM2A00856FAx301QfML5; Fri, 13 Oct 2023 14:39:21 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qrHRl-006Ggc-Tb; Fri, 13 Oct 2023 14:39:21 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qrHRp-002Jo2-BP; Fri, 13 Oct 2023 14:39:21 +0200 From: Geert Uytterhoeven To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 2/3] Renesas DT binding updates for v6.7 (take two) Date: Fri, 13 Oct 2023 14:39:14 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit 111287aa60004e1a58320048c89391056288c455: dt-bindings: soc: renesas: renesas,rzg2l-sysc: Document RZ/G3S SoC (2023-09-18 09:50:30 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v6.7-tag2 for you to fetch changes up to c0a2c7619666ae857a52219f344fbaa915cd181a: dt-bindings: soc: renesas: Document R-Car S4 Starter Kit (2023-10-05 11:37:42 +0200) ---------------------------------------------------------------- Renesas DT binding updates for v6.7 (take two) - Document support for the Renesas RZ/G3S SMARC SoM and SMARC Carrier-II EVK development boards, - Document support for the Renesas R-Car S4 Starter Kit. ---------------------------------------------------------------- Claudiu Beznea (2): dt-bindings: soc: renesas: Document RZ/G3S SMARC SoM dt-bindings: soc: renesas: Document SMARC Carrier-II EVK Kuninori Morimoto (1): dt-bindings: soc: renesas: Document R-Car S4 Starter Kit .../devicetree/bindings/soc/renesas/renesas.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) From patchwork Fri Oct 13 12:39:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13420880 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 945B2C41513 for ; Fri, 13 Oct 2023 12:39:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231753AbjJMMj2 (ORCPT ); Fri, 13 Oct 2023 08:39:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231754AbjJMMj1 (ORCPT ); Fri, 13 Oct 2023 08:39:27 -0400 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FC11CF for ; Fri, 13 Oct 2023 05:39:24 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:f151:5551:1af6:b316]) by xavier.telenet-ops.be with bizsmtp id xQfM2A00G56FAx301QfMq9; Fri, 13 Oct 2023 14:39:23 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qrHRl-006Ggi-UP; Fri, 13 Oct 2023 14:39:21 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qrHRp-002Jo7-C2; Fri, 13 Oct 2023 14:39:21 +0200 From: Geert Uytterhoeven To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 3/3] Renesas DTS updates for v6.7 (take two) Date: Fri, 13 Oct 2023 14:39:15 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit d70be079c3cf34bd91e1c8f7b4bc760356c9150c: arm64: dts: renesas: ulcb/kf: Use multi Component sound (2023-09-25 09:25:04 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.7-tag2 for you to fetch changes up to a09c3e105a208580b9d9c868bac630c9263ff564: arm64: dts: renesas: Apply overlays to base dtbs (2023-10-12 20:34:21 +0200) ---------------------------------------------------------------- Renesas DTS updates for v6.7 (take two) - Improve audio clock accuracy on the RZ/{G2L,G2LC,V2L} SMARC EVK development boards, - Add FLASH support for the Renesas Bock-W development board, - Add L2 cache and non-coherent DMA support on the RZ/Five SoC and the RZ/Five SMARC development board, - Add initial support for the RZ/G3S SoC and the RZ/G3S SMARC SoM and SMARC Carrier-II EVK development boards, - Add initial support for the R8A779F4 variant of the R-Car S4-8 SoC and the R-Car S4 Starter Kit development board, - Apply DT overlays to base DTBs to improve validation and usability. Note that this includes: - Tag clk-fixes-for-linus from the clock tree, which contains the fixed Versa3 clock generator clock index handling that was merged in v6.6-rc4, - Tag renesas-r9a08g045-dt-binding-defs-tag, which contains clock definitions for the Renesas RZ/G3S (R9A08G045) SoC, shared by the clock driver and DT source files. ---------------------------------------------------------------- Biju Das (5): dt-bindings: clock: versaclock3: Add description for #clock-cells property clk: vc3: Fix 64 by 64 division clk: vc3: Fix output clock mapping clk: vc3: Make vc3_clk_mux enum values based on vc3_clk enum values arm64: dts: renesas: rz-smarc: Use versa3 clk for audio mclk Claudiu Beznea (8): dt-bindings: clock: renesas,rzg2l-cpg: Document RZ/G3S SoC arm64: dts: renesas: Add initial DTSI for RZ/G3S SoC arm64: dts: renesas: Add initial support for RZ/G3S SMARC SoM arm64: dts: renesas: Add initial device tree for RZ SMARC Carrier-II Board arm64: dts: renesas: Add initial device tree for RZ/G3S SMARC EVK board arm64: dts: renesas: r9a08g045: Add nodes for SDHI1 and SDHI2 arm64: dts: renesas: r9a08g045: Add missing cache-level for L3 cache arm64: dts: renesas: rzg3s-smarc-som: Spelling s/device-type/device_type/ Geert Uytterhoeven (3): Merge tag 'clk-fixes-for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux into renesas-dts-for-v6.7 ARM: dts: renesas: bockw: Add FLASH node Merge tag 'renesas-r9a08g045-dt-binding-defs-tag' into renesas-dts-for-v6.7 Kuninori Morimoto (2): arm64: dts: renesas: Add Renesas R8A779F4 SoC support arm64: dts: renesas: Add R-Car S4 Starter Kit support Lad Prabhakar (3): riscv: dts: renesas: r9a07g043f: Add L2 cache node riscv: dts: renesas: r9a07g043f: Add dma-noncoherent property riscv: dts: renesas: rzfive-smarc: Enable the blocks which were explicitly disabled Marek Vasut (2): clk: si521xx: Use REGCACHE_FLAT instead of NONE clk: si521xx: Fix regmap write accessor Rob Herring (1): arm64: dts: renesas: Apply overlays to base dtbs Timo Alho (1): clk: tegra: fix error return case for recalc_rate Wolfram Sang (1): arm64: dts: renesas: ebisu: Document Ebisu-4D support Zhifeng Tang (1): clk: sprd: Fix thm_parents incorrect configuration .../devicetree/bindings/clock/renesas,5p35023.yaml | 11 +- .../bindings/clock/renesas,rzg2l-cpg.yaml | 1 + .../devicetree/bindings/soc/renesas/renesas.yaml | 2 +- arch/arm/boot/dts/renesas/r8a7778-bockw.dts | 34 +++ arch/arm64/boot/dts/renesas/Makefile | 38 ++++ arch/arm64/boot/dts/renesas/ebisu.dtsi | 2 +- arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 2 +- arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts | 240 ++++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a779f4.dtsi | 12 + arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 170 +++++++++++++++ arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dts | 18 ++ arch/arm64/boot/dts/renesas/r9a08g045s33.dtsi | 14 ++ arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi | 14 +- arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 20 ++ arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 20 ++ arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 24 ++ arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 142 ++++++++++++ arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi | 28 +++ arch/riscv/boot/dts/renesas/r9a07g043f.dtsi | 13 ++ arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi | 23 -- arch/riscv/boot/dts/renesas/rzfive-smarc.dtsi | 56 ----- drivers/clk/clk-si521xx.c | 9 +- drivers/clk/clk-versaclock3.c | 81 ++++--- drivers/clk/sprd/ums512-clk.c | 2 +- drivers/clk/tegra/clk-bpmp.c | 2 +- include/dt-bindings/clock/r9a08g045-cpg.h | 242 +++++++++++++++++++++ 26 files changed, 1080 insertions(+), 140 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r9a08g045.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dts create mode 100644 arch/arm64/boot/dts/renesas/r9a08g045s33.dtsi create mode 100644 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi create mode 100644 arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi create mode 100644 include/dt-bindings/clock/r9a08g045-cpg.h