From patchwork Fri Apr 2 10:37:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 12180755 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C75D4C433B4 for ; Fri, 2 Apr 2021 10:37:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C4FE61104 for ; Fri, 2 Apr 2021 10:37:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229924AbhDBKhd (ORCPT ); Fri, 2 Apr 2021 06:37:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229599AbhDBKhc (ORCPT ); Fri, 2 Apr 2021 06:37:32 -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 7C3D2C0613E6 for ; Fri, 2 Apr 2021 03:37:31 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:7c3c:adbc:7a1a:b85f]) by baptiste.telenet-ops.be with bizsmtp id nmdS240034A7w6i01mdSwB; Fri, 02 Apr 2021 12:37:28 +0200 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 1lSHB7-00CQRR-Ll; Fri, 02 Apr 2021 12:37:25 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1lSHB7-004Bkq-0e; Fri, 02 Apr 2021 12:37:25 +0200 From: Geert Uytterhoeven List-Id: To: arm-soc , arm-soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL] Renesas ARM DT updates for v5.13 (take two) Date: Fri, 2 Apr 2021 12:37:15 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi arm-soc folks, The following changes since commit c8aebc1346522d3569690867ce3996642ad52e01: arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding (2021-03-16 09:58:00 +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.13-tag2 for you to fetch changes up to 2b35ca2fe605f85aa1a52c713571baf04a5f434a: arm64: dts: renesas: ulcb: Add cpu-supply property to a57_0 node (2021-04-02 09:22:35 +0200) ---------------------------------------------------------------- Renesas ARM DT updates for v5.13 (take two) - Video IN (VIN) and Camera (CSI-2) support for the R-Car M3-W+ SoC, - LED support for the Falcon development board, - Preparatory display pipeline support for the R-Car V3U SoC, - Miscellaneous fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Dien Pham (1): arm64: dts: renesas: salvator-common: Add cpu-supply property to a57_0 node Geert Uytterhoeven (5): arm64: dts: renesas: falcon: Move console config to CPU board DTS arm64: dts: renesas: falcon: Move watchdog config to CPU board DTS arm64: dts: renesas: falcon: Move AVB0 to main DTS ARM: dts: koelsch: Configure pull-up for SOFT_SW GPIO keys arm64: dts: renesas: r8a77950: Drop operating points above 1.5 GHz Kieran Bingham (3): arm64: dts: renesas: falcon-cpu: Add GP LEDs arm64: dts: renesas: r8a779a0: Add FCPVD support arm64: dts: renesas: r8a779a0: Add VSPD support Niklas Söderlund (1): arm64: dts: renesas: r8a77961: Add VIN and CSI-2 device nodes Yoshihiro Shimoda (1): arm64: dts: renesas: r8a779a0: Fix PMU interrupt Yusuke Goda (1): arm64: dts: renesas: ulcb: Add cpu-supply property to a57_0 node arch/arm/boot/dts/r8a7791-koelsch.dts | 8 + arch/arm64/boot/dts/renesas/r8a77950.dtsi | 5 + arch/arm64/boot/dts/renesas/r8a77961.dtsi | 314 ++++++++++++++++++++- .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 72 ++--- arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts | 39 ++- arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 43 ++- arch/arm64/boot/dts/renesas/salvator-common.dtsi | 4 + arch/arm64/boot/dts/renesas/ulcb.dtsi | 4 + 8 files changed, 435 insertions(+), 54 deletions(-) Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds