From patchwork Thu Mar 4 15:32:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 393780 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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 E7410C433E9 for ; Thu, 4 Mar 2021 15:35:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF65964FB0 for ; Thu, 4 Mar 2021 15:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235182AbhCDPeo (ORCPT ); Thu, 4 Mar 2021 10:34:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235167AbhCDPed (ORCPT ); Thu, 4 Mar 2021 10:34:33 -0500 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 B186EC061765 for ; Thu, 4 Mar 2021 07:33:02 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:403a:b688:43fc:72a5]) by andre.telenet-ops.be with bizsmtp id cFZ02400G0zmvuD01FZ0s7; Thu, 04 Mar 2021 16:33:00 +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 1lHpyF-004lvO-OI; Thu, 04 Mar 2021 16:32:59 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1lHpyE-00H213-VT; Thu, 04 Mar 2021 16:32:58 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: Wolfram Sang , Kieran Bingham , linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 0/3] arm64: dts: renesas: falcon: Add I2C EEPROMs and sub-boards Date: Thu, 4 Mar 2021 16:32:54 +0100 Message-Id: <20210304153257.4059277-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi all, This patch series adds the device nodes for all I2C EEPROMs in the Falcon board stack. As some EEPROMs are located on sub-boards, it also introduces individual .dtsi files for these sub-boards. Note that (for now) these sub-boards don't have compatible values or model strings, as I think this needs more discussion. This has been tested on the Falcon boards in Magnus' and Kieran's farms. The EEPROM on the CPU board in Magnus' farm contains some data. All other EEPROMs are present, but in pristine state (all ones). Changes compared to v1: - Move EEPROMs in sub-boards to separate .dtsi files and patches. To be queued in renesas-devel for v5.13. Thanks for your comments! Geert Uytterhoeven (3): arm64: dts: renesas: falcon: Add I2C EEPROM nodes arm64: dts: renesas: falcon: Add CSI/DSI sub-board arm64: dts: renesas: falcon: Add Ethernet sub-board .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 7 +++++++ .../boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi | 15 +++++++++++++++ .../dts/renesas/r8a779a0-falcon-ethernet.dtsi | 15 +++++++++++++++ arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts | 11 +++++++++++ 4 files changed, 48 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r8a779a0-falcon-ethernet.dtsi