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 6B48AC7EE23 for ; Fri, 26 May 2023 09:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243229AbjEZJs6 (ORCPT ); Fri, 26 May 2023 05:48:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243225AbjEZJsu (ORCPT ); Fri, 26 May 2023 05:48:50 -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 6DCB5E41 for ; Fri, 26 May 2023 02:48:39 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:ae30:9d2b:3228:d21]) by andre.telenet-ops.be with bizsmtp id 1Moc2A00A4eYoVn01MocrB; Fri, 26 May 2023 11:48:36 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q2U3X-0038ju-KZ; Fri, 26 May 2023 11:48:36 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q2U3o-00EFZc-5E; Fri, 26 May 2023 11:48:36 +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.5 Date: Fri, 26 May 2023 11:48:31 +0200 Message-Id: X-Mailer: git-send-email 2.34.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 ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) 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.5-tag1 for you to fetch changes up to 18cbbdd846c5d74bd56fd1f229d074e1f7068fc8: arm64: dts: renesas: r8a779a0: Add PWM nodes (2023-05-08 09:21:51 +0200) ---------------------------------------------------------------- Renesas DTS updates for v6.5 - Add partial display support for the RZ/G2L and RZ/V2L SoCs and the RZ/G2L{,C} SMARC EVK development boards, - Add camera support for the RZ/GV2L SoC and the RZ/V2L and RZ/G2LC SMARC EVK development boards, - Add Multi-Function Timer Pulse Unit 3 support for the RZ/G2L and RZ/V2L SoCs, - Add PWM support for the R-Car V3U SoC. ---------------------------------------------------------------- Biju Das (10): arm64: dts: renesas: r9a07g044: Add fcpvd node arm64: dts: renesas: r9a07g054: Add fcpvd node arm64: dts: renesas: r9a07g044: Add vspd node arm64: dts: renesas: r9a07g054: Add vspd node arm64: dts: renesas: r9a07g044: Add DSI node arm64: dts: renesas: r9a07g054: Add DSI node arm64: dts: renesas: rzg2l-smarc: Link DSI with ADV7535 arm64: dts: renesas: rzg2lc-smarc: Link DSI with ADV7535 arm64: dts: renesas: r9a07g044: Add MTU3a node arm64: dts: renesas: r9a07g054: Add MTU3a node Lad Prabhakar (3): arm64: dts: renesas: r9a07g054: Add CSI and CRU nodes arm64: dts: renesas: rzv2l-smarc: Enable CRU, CSI support arm64: dts: renesas: rzg2lc-smarc: Enable CRU, CSI support Phong Hoang (1): arm64: dts: renesas: r8a779a0: Add PWM nodes arch/arm64/boot/dts/renesas/Makefile | 2 + arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 50 +++++ arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 123 +++++++++++++ .../renesas/r9a07g044c2-smarc-cru-csi-ov5645.dtso | 21 +++ .../renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso | 2 +- arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 203 +++++++++++++++++++++ .../renesas/r9a07g054l2-smarc-cru-csi-ov5645.dtso | 1 + arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 79 ++++++++ arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 79 ++++++++ 9 files changed, 559 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044c2-smarc-cru-csi-ov5645.dtso create mode 120000 arch/arm64/boot/dts/renesas/r9a07g054l2-smarc-cru-csi-ov5645.dtso