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: 13420881 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AFD46CDB484 for ; Fri, 13 Oct 2023 12:39:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NelUZ647sbgQb5Vz2dL6naJJR4cUDVpy65V9wEgaAxQ=; b=fVtUxdTAfrZVNV F2e1Emh4H/GatCeHvFR66r0mThnXNAs1y3qi94B0oQ9k/qiawoey7NhZCWzjEIrJZ/j6xJXmAOc4+ IjMDiKthUtj/hCJh71Kb3j3DOuE7nUDFdHFdsAFBEUw19dF3be6DnAMlm7mp7oiiaK0O8x4mNEGvI otdTeS2gJeglDqbEbVwSpppYuZ1WUaCRPZI950PA3hIkjb6D7Xcp763uvcyEF7N6piwnHVU0LT7uW ioSMFxdXRE+S/NpvjnMpS0f0NLUjTTS3El9rhvQFsCLAyV4v12C/ovKoHeOIz+iSYHlTSj9hIQ3Iq ZNqYlc2KgT3RkEQmxWsg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qrHS3-003Qb1-2d; Fri, 13 Oct 2023 12:39:35 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qrHRv-003QZV-1P for linux-arm-kernel@lists.infradead.org; Fri, 13 Oct 2023 12:39:29 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231013_053927_631028_4FDBAD5D X-CRM114-Status: UNSURE ( 6.67 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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: 13420883 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC132CDB47E for ; Fri, 13 Oct 2023 12:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=A4i8teZEDKDGmqrDBAtfp6IYSmOhOumWhhCziVaTqp4=; b=FW3fxMlEhWNZDJ zlnhAjJOw5OhA1Jm7eeEYAnSy3ESN5gV/+Y4vZVbo4NbOdEVl/Hn97np7HzC9W9/8ZwhlWV6XT6XS cswhMeTnhuexaTQ3omC9GEdyLFu6OUyrerZbRuipDPUkNC0ZO+J6866xebBbRSSQWIwxbCTMAmAvH 6qAaKqK2oFmzITHTN3xZirS/hgkJkIhzDaV/HASfpw1HaOEd9pfV7EA+3Xr6LmE3/t9O2SxgNvFHh WQ2kctDhry6tN8T2uZmgS0Ae5Q2FvbI1JFKkB+o90cVhUq5cIgNdx+QrKUbu2lG/7aqfrBkp2pN3q 467BHIQDYHzpNLGcJVuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qrHS4-003QbT-2Z; Fri, 13 Oct 2023 12:39:36 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qrHRv-003QZT-0u for linux-arm-kernel@lists.infradead.org; Fri, 13 Oct 2023 12:39:30 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231013_053927_455193_C03036FD X-CRM114-Status: UNSURE ( 5.76 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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: 13420884 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A0F38CDB47E for ; Fri, 13 Oct 2023 12:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IJDrLmMrHCmuzAaU11NfWYNL+8chwhMShjjM+5OI2bw=; b=zpdDYZI+I0a2Ya p0KAK6Wc43M+uZbmbscMSID0Khj3NJHripFyCQPTOjQy3Cilv+UjEjO/uKCNntEcxecCpjQrdf04/ /h92104tpjQ1nKQvXdsJeF05tVtoWBlUYMaN6MQj7F0/GKpg0YOpmBMW/0vaUN/2ZpVpGH8rrpmJv dhLCUpj9tDkPY3m3jXRRQjS4ZmzdL4lbJDhFAu8I4QoJXwMpSg82ZGsn8fZ68KvUS9cXLssxNxb/3 41CR6muEnovSTQzUW8DGXB3o6pi6Wh6kV+jBEUFnlDxlIzvZtpT/J1TSMMkHSLK1ClVYImZNAnfjI avUDLBdh9BKds/w9VNPQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qrHS4-003QbF-0x; Fri, 13 Oct 2023 12:39:36 +0000 Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qrHRv-003QZU-1P for linux-arm-kernel@lists.infradead.org; Fri, 13 Oct 2023 12:39:29 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231013_053927_632711_FCD1E157 X-CRM114-Status: GOOD ( 14.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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