From mboxrd@z Thu Jan 1 00:00:00 1970 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 C2A0FC4167D for ; Fri, 17 Dec 2021 11:07:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235242AbhLQLHV (ORCPT ); Fri, 17 Dec 2021 06:07:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235243AbhLQLHU (ORCPT ); Fri, 17 Dec 2021 06:07:20 -0500 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 CCB3BC06173F for ; Fri, 17 Dec 2021 03:07:19 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:d13f:527c:5504:a743]) by xavier.telenet-ops.be with bizsmtp id XP7H2600D250X3001P7HcR; Fri, 17 Dec 2021 12:07:17 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1myB53-005Y8T-6M; Fri, 17 Dec 2021 12:07:17 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1myB52-00AQST-GF; Fri, 17 Dec 2021 12:07:16 +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 ARM DT updates for v5.17 (take two) Date: Fri, 17 Dec 2021 12:07:13 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit cdda01947bbae8f1b1d19f8aac1f81ae5ce6f37e: arm64: dts: renesas: r8a779a0: Add DU support (2021-11-26 14:08:20 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.17-tag2 for you to fetch changes up to c9b7011768b5dbb68792b4bacad5ae913059ed74: arm64: dts: renesas: Fix pin controller node names (2021-12-17 10:34:18 +0100) ---------------------------------------------------------------- Renesas ARM DT updates for v5.17 (take two) - Initial support for the R-Car S4-8 SoC on the Spider CPU and BreakOut boards, - MIPI DSI display support for the R-Car V3u SoC and the Falcon board stack, - Thermal and GPU support for the RZ/G2L SoC and the RZ/G2L SMARC EVK development board, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- Biju Das (4): arm64: dts: renesas: r9a07g044: Add TSU node arm64: dts: renesas: r9a07g044: Create thermal zone to support IPA arm64: dts: renesas: r9a07g044: Add Mali-G31 GPU node arm64: dts: renesas: rzg2l-smarc-som: Add vdd core regulator Geert Uytterhoeven (2): Merge tag 'renesas-r8a779f0-dt-binding-defs-tag' into renesas-arm-dt-for-v5.17 arm64: dts: renesas: Fix pin controller node names Kieran Bingham (3): arm64: dts: renesas: Fix thermal bindings arm64: dts: renesas: r8a779a0: Add DSI encoders arm64: dts: renesas: falcon-cpu: Add DSI display output Yoshihiro Shimoda (4): dt-bindings: power: Add r8a779f0 SYSC power domain definitions dt-bindings: clock: Add r8a779f0 CPG Core Clock Definitions arm64: dts: renesas: Add Renesas R8A779F0 SoC support arm64: dts: renesas: Add Renesas Spider boards support arch/arm64/boot/dts/renesas/Makefile | 2 + arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 4 +- .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 79 ++++++++++++++ arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 70 +++++++++++- .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi | 36 ++++++ arch/arm64/boot/dts/renesas/r8a779f0-spider.dts | 22 ++++ arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 121 +++++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 109 ++++++++++++++++++- arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 13 +++ include/dt-bindings/clock/r8a779f0-cpg-mssr.h | 64 +++++++++++ include/dt-bindings/power/r8a779f0-sysc.h | 30 +++++ 18 files changed, 562 insertions(+), 30 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0-spider.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0.dtsi create mode 100644 include/dt-bindings/clock/r8a779f0-cpg-mssr.h create mode 100644 include/dt-bindings/power/r8a779f0-sysc.h From mboxrd@z Thu Jan 1 00:00:00 1970 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 7E3B4C433F5 for ; Fri, 17 Dec 2021 11:11: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=YVZBCaerLUupcrijmPW7aakxVFDfQoHM4TyglNuuPS8=; b=p9//j+/ETh6nTV 7RIeDG9zYfUYJBZ2HV6Dm+gUg7m3MBlNzSKCNDafbgFACl2Pm6SZZsboVCDZ499OfgyZvmNN72/VZ lKzO8Dg5WZU6CXTIUhTIhLA6TSl6JoLFgtUCFe4tjaGPzzW48KOfaK8TeCcWDT/J6P4QemiEVPfcF fIML6xhC12XQKMyW0VRVyhJoBba3wlnrlZzM/mDLGKSEPOJpXw1Q3M+pQryIgyEaTCz9kKCVaywqv RarVHpOo1x2TFYvoev98kiSk8U0blAD9V4HsdgPM2n9bFbMLJ8tBVD/K/+5Db0gqyf+5/yA0Ns2JG OvbrMTI+7OgvR+JWz9oQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myB7R-009gkm-DJ; Fri, 17 Dec 2021 11:09:46 +0000 Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1myB57-009g1c-L3 for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 11:07:25 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:d13f:527c:5504:a743]) by xavier.telenet-ops.be with bizsmtp id XP7H2600D250X3001P7HcR; Fri, 17 Dec 2021 12:07:17 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1myB53-005Y8T-6M; Fri, 17 Dec 2021 12:07:17 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1myB52-00AQST-GF; Fri, 17 Dec 2021 12:07:16 +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 ARM DT updates for v5.17 (take two) Date: Fri, 17 Dec 2021 12:07:13 +0100 Message-Id: X-Mailer: git-send-email 2.25.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-20211217_030721_965508_3863905C X-CRM114-Status: UNSURE ( 9.61 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit cdda01947bbae8f1b1d19f8aac1f81ae5ce6f37e: arm64: dts: renesas: r8a779a0: Add DU support (2021-11-26 14:08:20 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.17-tag2 for you to fetch changes up to c9b7011768b5dbb68792b4bacad5ae913059ed74: arm64: dts: renesas: Fix pin controller node names (2021-12-17 10:34:18 +0100) ---------------------------------------------------------------- Renesas ARM DT updates for v5.17 (take two) - Initial support for the R-Car S4-8 SoC on the Spider CPU and BreakOut boards, - MIPI DSI display support for the R-Car V3u SoC and the Falcon board stack, - Thermal and GPU support for the RZ/G2L SoC and the RZ/G2L SMARC EVK development board, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- Biju Das (4): arm64: dts: renesas: r9a07g044: Add TSU node arm64: dts: renesas: r9a07g044: Create thermal zone to support IPA arm64: dts: renesas: r9a07g044: Add Mali-G31 GPU node arm64: dts: renesas: rzg2l-smarc-som: Add vdd core regulator Geert Uytterhoeven (2): Merge tag 'renesas-r8a779f0-dt-binding-defs-tag' into renesas-arm-dt-for-v5.17 arm64: dts: renesas: Fix pin controller node names Kieran Bingham (3): arm64: dts: renesas: Fix thermal bindings arm64: dts: renesas: r8a779a0: Add DSI encoders arm64: dts: renesas: falcon-cpu: Add DSI display output Yoshihiro Shimoda (4): dt-bindings: power: Add r8a779f0 SYSC power domain definitions dt-bindings: clock: Add r8a779f0 CPG Core Clock Definitions arm64: dts: renesas: Add Renesas R8A779F0 SoC support arm64: dts: renesas: Add Renesas Spider boards support arch/arm64/boot/dts/renesas/Makefile | 2 + arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 6 +- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 4 +- .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 79 ++++++++++++++ arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 70 +++++++++++- .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi | 36 ++++++ arch/arm64/boot/dts/renesas/r8a779f0-spider.dts | 22 ++++ arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 121 +++++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 109 ++++++++++++++++++- arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 13 +++ include/dt-bindings/clock/r8a779f0-cpg-mssr.h | 64 +++++++++++ include/dt-bindings/power/r8a779f0-sysc.h | 30 +++++ 18 files changed, 562 insertions(+), 30 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0-spider.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0.dtsi create mode 100644 include/dt-bindings/clock/r8a779f0-cpg-mssr.h create mode 100644 include/dt-bindings/power/r8a779f0-sysc.h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel