From patchwork Fri Feb 9 16:54:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13551614 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 2B463C48297 for ; Fri, 9 Feb 2024 16:55:22 +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=1HoDc/9yQQE29KLwU7/FFpI8sWh9qYtpR55zg/NbdW0=; b=yi53xivrjXCFrS sAj6uA6UADWg3qT87Q39YPLlOnF7GRM65vvQ0YZgIRmgFhYYVIN/LttNNtd960NJYSrX4vbgXWeQr uJ5bVbceJnw1gXLjPrb6YxU1NcZJL/2dCmlPsO9j00WmhdjGyqPp4h/56qiELUgxBCHK1rLUGHhMc jgYG7gxl4MWyeYX7V55O0dFqCoCKPkKDj1+eisBRVej8XCY4Pn1tor8pMHswyVrYBREWe7za/sdlG ke+vieXv6o/ottH4TVxSBjGykH+PmmX3PIA8YP22ZC4w50N25BtSVCi2SPesFuM/vpdeLqB198XcG uADc25mwjSEdeuaecjFA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9e-000000001Dy-43ne; Fri, 09 Feb 2024 16:55:10 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9Z-0000000019k-1waL for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 16:55:07 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d]) by albert.telenet-ops.be with bizsmtp id l4uy2B0064RKXn6064uy1E; Fri, 09 Feb 2024 17:55:00 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rYU9O-0008GX-7b; Fri, 09 Feb 2024 17:54:58 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rYU9S-0061GJ-En; Fri, 09 Feb 2024 17:54:58 +0100 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/4] Renesas ARM defconfig updates for v6.9 Date: Fri, 9 Feb 2024 17:54:50 +0100 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-20240209_085505_683997_7079B9DE X-CRM114-Status: UNSURE ( 9.66 ) 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 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) 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.9-tag1 for you to fetch changes up to 93189f33fcb4e678c9494cddeff96b123ef5674f: arm64: defconfig: Enable R8A779H0 SoC (2024-01-31 15:01:24 +0100) ---------------------------------------------------------------- Renesas ARM defconfig updates for v6.9 - Disable obsolete board staging support in the Renesas ARM and ARM V7 multi-platform defconfigs, - Enable support for the Renesas R-Car V4M (R8A779H0) SoC in the ARM64 defconfig. ---------------------------------------------------------------- Geert Uytterhoeven (2): ARM: shmobile: defconfig: Disable staging ARM: multi_v7_defconfig: Disable board staging Linh Phung (1): arm64: defconfig: Enable R8A779H0 SoC arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/shmobile_defconfig | 2 -- arch/arm64/configs/defconfig | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) From patchwork Fri Feb 9 16:54:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13551613 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 C79EBC4829E for ; Fri, 9 Feb 2024 16:55:20 +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=oMfXbSHTaAj1EBiLqqPD57D+ZnuHMRmpbC8VzldvCeA=; b=UgWfn86hP5y8K9 gZL8V2Cuu18LhpohweVyNX4DQ0MBUDIg1T90O18WgoXxKqHVsNZrihgDIrbADkMo0jN623De8CB9r NrMiMrOwpQM+xN2+y23LbtsXxHZVe2Of5jBrrtnwq80PbGsb9lnj3QHqbtVv6pdZOcpKEKKzk2YeZ 4W74DAGIBmw79QE4qi7uMXUGRSd263EBgeNXYb5VsMuUgXDQsCSysDuqhZC0GUeIA3j4HxpMKTITp UYtJcP4K8zh2T47/TEd8+JrZNweluUByLFN/Lf0Ullt1ybrMylH3Z5PqGiiRlhm2kRN+UkbRVmrAj nDVXZdy13ibTucvw+S7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9d-000000001Ct-3AUX; Fri, 09 Feb 2024 16:55:09 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9Z-0000000019H-0Lex for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 16:55:06 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d]) by andre.telenet-ops.be with bizsmtp id l4uy2B00J4RKXn6014uyDc; Fri, 09 Feb 2024 17:55:00 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rYU9O-0008GZ-81; Fri, 09 Feb 2024 17:54:58 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rYU9S-0061GM-FP; Fri, 09 Feb 2024 17:54:58 +0100 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/4] Renesas driver updates for v6.9 Date: Fri, 9 Feb 2024 17:54:51 +0100 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-20240209_085505_324312_D86BCF24 X-CRM114-Status: UNSURE ( 7.99 ) 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 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.9-tag1 for you to fetch changes up to 14656ed72fa5d0a2f98be0ffd56274db30171f49: soc: renesas: rcar-rst: Add support for R-Car V4M (2024-01-31 15:08:41 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.9 - Initial support for the Renesas R-Car V4M (R8A779H0) SoC. ---------------------------------------------------------------- Duy Nguyen (2): soc: renesas: Identify R-Car V4M soc: renesas: rcar-rst: Add support for R-Car V4M Geert Uytterhoeven (1): soc: renesas: Introduce ARCH_RCAR_GEN4 drivers/soc/renesas/Kconfig | 17 ++++++++++++++--- drivers/soc/renesas/rcar-rst.c | 1 + drivers/soc/renesas/renesas-soc.c | 8 ++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) From patchwork Fri Feb 9 16:54:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13551616 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 B03C8C48297 for ; Fri, 9 Feb 2024 16:55:28 +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=iIwJOqrWfk96olVCDimptCv6wyrV4/qqz1CargDOtH8=; b=kwLRnjmaI7TkeQ AQ+/6T5xD/cBzL8ktNcpgVeoGWe5QwhvSu/3tYLQzmHzOoyKQKE+ViUbdvkGpZk6NsqJ+HCf22c2B N2eeN5Ck78CV/YntYsBXK3NnD8XrE8Qo75b9ryVVIT6fa6/DesP7ZjkDDfTTApvhDKiUwMqlUePyr 9O2XZgvx6oGf3dSGf8TpvTJBn+YvEqevinZexRZzxXakNcjA744XjU2mP1afmeqZHOhIJqKWJQCbU WIX/DaH7CS8O25BcKn4jlNYNkniuHDzLwIMxO3ZJU/ZEK+UBDvXmrIySdnqfvIVnv4xQUfcN28ivs op1mAFhfsY1j/aaTwSbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9d-000000001Co-0kJu; Fri, 09 Feb 2024 16:55:09 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9Z-0000000019G-0Efi for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 16:55:06 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d]) by andre.telenet-ops.be with bizsmtp id l4uy2B00K4RKXn6014uyDb; Fri, 09 Feb 2024 17:55:00 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rYU9O-0008Gd-8k; Fri, 09 Feb 2024 17:54:58 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rYU9S-0061GR-Gu; Fri, 09 Feb 2024 17:54:58 +0100 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/4] Renesas DT binding updates for v6.9 Date: Fri, 9 Feb 2024 17:54:52 +0100 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-20240209_085505_288083_B171AD58 X-CRM114-Status: UNSURE ( 6.57 ) 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 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) 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.9-tag1 for you to fetch changes up to 49558e814fefdf33bf0b2d1c46c30d6a3f9634f3: dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single (2024-01-31 15:06:52 +0100) ---------------------------------------------------------------- Renesas DT binding updates for v6.9 - Document support for the Renesas R-Car V4M (R8A779H0) SoC, and the White Hawk Single and Gray Hawk Single development boards. ---------------------------------------------------------------- Geert Uytterhoeven (3): dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single dt-bindings: reset: renesas,rst: Document R-Car V4M support dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single Documentation/devicetree/bindings/reset/renesas,rst.yaml | 1 + Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+) From patchwork Fri Feb 9 16:54:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13551617 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 CF32AC4828F for ; Fri, 9 Feb 2024 16:55:34 +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=uuSMHA8vJ7mYl0/cpF6NACsVFyX1cqJlqKuAfbKb/aQ=; b=SOT7fRUxrIqdMq 3sfFAJJlMVj8uq9jkjvBgvWZoo2lioutynIIE92l4PBWnlUvfmQCGZPRnUYthWKuZJ1FNmaTTjh/f /JotiuYp04swvaXuTDoQlszjVNFfeVRLk1o/4/lrQZ+Lova6HrxiXG7PA3lNCM2+KxkHIpXn3p5ds vk4xVqPpA4sEiXi15UNCYZJdxvSKRIfE3E4SiRA8HpcFe2GKXMfYZGhhgD0RF52KmLlJtYXpEQ/hw s2wd3tDJA4yblqPrRzyzssghzHZKj70csxYS+lrWdKK5UQFjX4Lpx2cM2PHSvNnbm+K2k/DyBRNmw C59XklFag4iCeyonu+Hg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9c-000000001Ck-2UWi; Fri, 09 Feb 2024 16:55:08 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9Z-0000000019F-0KAt for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 16:55:06 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d]) by baptiste.telenet-ops.be with bizsmtp id l4uy2B0094RKXn6014uykW; Fri, 09 Feb 2024 17:54:58 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rYU9O-0008Gg-9Y; Fri, 09 Feb 2024 17:54:58 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rYU9S-0061GV-Hf; Fri, 09 Feb 2024 17:54:58 +0100 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 4/4] Renesas DTS updates for v6.9 Date: Fri, 9 Feb 2024 17:54:53 +0100 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-20240209_085505_296084_7BD8846E X-CRM114-Status: GOOD ( 14.10 ) 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 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) 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.9-tag1 for you to fetch changes up to 785b3c25761a828c5e22b3361541c50fd3b92fde: arm64: dts: renesas: gray-hawk-single: Enable watchdog timer (2024-02-06 10:48:35 +0100) ---------------------------------------------------------------- Renesas DTS updates for v6.9 - Add GPIO keys and watchdog support for the RZ/G3S SMARC development board, - Add GNSS support for Renesas ULCB development boards equipped with the Shimafuji Kingfisher extension, - Add support for the standalone White Hawk CPU board, - Add support for the R-Car V4H ES2.0 (R8A779G2) SoC and the White Hawk Single development board, - Add initial support for the R-Car V4M (R8A779H0) SoC and the Gray Hawk Single development board, - Add camera support for the RZ/G2UL SoC, - Miscellaneous fixes and improvements. Note that this includes the "renesas-r8a779h0-dt-binding-defs-tag" tag, which is based on the pmdomain immutable "dt" branch. It contains DT binding definitions for the Renesas R-Car V4M (R8A779H0) SoC, and is shared by the pmdomain and clock drivers, and the DT source files. ---------------------------------------------------------------- Biju Das (1): arm64: dts: renesas: r9a07g043u: Add CSI and CRU nodes Claudiu Beznea (3): arm64: dts: renesas: rzg3s-smarc: Add gpio keys arm64: dts: renesas: r9a08g045: Add watchdog node arm64: dts: renesas: rzg3s-smarc-som: Enable the watchdog interface Duy Nguyen (3): dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support dt-bindings: power: Add r8a779h0 SYSC power domain definitions dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions Geert Uytterhoeven (19): ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate ARM: dts: renesas: r8a73a4: Add cp clock ARM: dts: renesas: r8a73a4: Fix thermal parent clock arm64: dts: renesas: r8a779g0: Restore sort order arm64: dts: renesas: r8a779g0: Add standalone White Hawk CPU support arm64: dts: renesas: white-hawk-cpu: Restore sort order arm64: dts: renesas: white-hawk: Drop SoC parts from sub boards arm64: dts: renesas: white-hawk: Add SoC name to top-level comment arm64: dts: renesas: white-hawk-cpu: Factor out common parts arm64: dts: renesas: white-hawk: Factor out common parts arm64: dts: renesas: Add Renesas R8A779G2 SoC support arm64: dts: renesas: r8a779g2: Add White Hawk Single support dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M support arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 Merge tag 'renesas-r8a779h0-dt-binding-defs-tag' into renesas-dts-for-v6.9 arm64: dts: renesas: Add Gray Hawk Single board support ARM: dts: renesas: Improve TMU interrupt descriptions arm64: dts: renesas: Improve TMU interrupt descriptions arm64: dts: renesas: gray-hawk-single: Enable watchdog timer Hai Pham (1): arm64: dts: renesas: Add Renesas R8A779H0 SoC support Minh Le (1): arm64: dts: renesas: r8a779h0: Add RWDT node Wolfram Sang (2): arm64: dts: renesas: ulcb-kf: Drop duplicate 3.3v regulators arm64: dts: renesas: ulcb-kf: Add node for GNSS .../bindings/clock/renesas,cpg-mssr.yaml | 1 + .../bindings/power/renesas,rcar-sysc.yaml | 1 + arch/arm/boot/dts/renesas/r8a73a4-ape6evm.dts | 12 + arch/arm/boot/dts/renesas/r8a73a4.dtsi | 23 +- arch/arm/boot/dts/renesas/r8a7740.dtsi | 2 + arch/arm/boot/dts/renesas/r8a7778.dtsi | 9 +- arch/arm/boot/dts/renesas/r8a7779.dtsi | 9 +- arch/arm64/boot/dts/renesas/Makefile | 5 + arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77970.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 17 +- arch/arm64/boot/dts/renesas/r8a77990.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a77995.dtsi | 11 +- arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 17 +- arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 17 +- .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dts | 13 + .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 368 +------------------- .../arm64/boot/dts/renesas/r8a779g0-white-hawk.dts | 58 +--- arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 101 +++--- .../dts/renesas/r8a779g2-white-hawk-single.dts | 26 ++ arch/arm64/boot/dts/renesas/r8a779g2.dtsi | 12 + .../boot/dts/renesas/r8a779h0-gray-hawk-single.dts | 57 ++++ arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 132 ++++++++ arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 69 ++++ arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 14 + arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 5 + arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi | 53 +++ arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 42 +-- arch/arm64/boot/dts/renesas/white-hawk-common.dtsi | 65 ++++ .../boot/dts/renesas/white-hawk-cpu-common.dtsi | 375 +++++++++++++++++++++ ...e-hawk-csi-dsi.dtsi => white-hawk-csi-dsi.dtsi} | 2 +- ...hawk-ethernet.dtsi => white-hawk-ethernet.dtsi} | 2 +- .../dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h | 96 ++++++ include/dt-bindings/power/renesas,r8a779h0-sysc.h | 49 +++ 41 files changed, 1233 insertions(+), 540 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779g2.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779h0.dtsi create mode 100644 arch/arm64/boot/dts/renesas/white-hawk-common.dtsi create mode 100644 arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi rename arch/arm64/boot/dts/renesas/{r8a779g0-white-hawk-csi-dsi.dtsi => white-hawk-csi-dsi.dtsi} (97%) rename arch/arm64/boot/dts/renesas/{r8a779g0-white-hawk-ethernet.dtsi => white-hawk-ethernet.dtsi} (76%) create mode 100644 include/dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h create mode 100644 include/dt-bindings/power/renesas,r8a779h0-sysc.h