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 A0DCCFA0C2C for ; Wed, 15 Apr 2026 05:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=STJAl7wXaNQ6k8TO/+hSgpxV0U1VI73STBDnby4HnXo=; b=VYsQWkzMZIQ+YRCHmcRmONhcsq 3ykwmOjsjxQYUQvjrf0pClfSblH0fFKVPO3iMC5b9MgGrpkwnnUgYQ0JkduuibaUcF1RbsHUQ18H+ FVSdiAksdvTJuXdt7KTIzgwkaWfImaFCwR/5mH+EhVq7pNsomHSJ7xwuN5EqQv+ay7s6WdE7AzKlk 9unGUea29m3yvrqyPXGYKa3oAbmMqUC7voRUj8o0e/vUri7OLYkQ6LHFXPZTdLVEET9d5jMN6fFHi WQWZFKs1MYxSSVS1i1OcjZji8Qhu19vtnTSfl4gsFuH+jrWQu2urj6MqQIsyYPpPrG1sLLVZ0v8N8 DEKMj2kQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wCsZs-00000000aWR-2Wkr; Wed, 15 Apr 2026 05:14:16 +0000 Received: from mail.aspeedtech.com ([211.20.114.72] helo=TWMBX01.aspeed.com) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wCsZq-00000000aQm-0Uc3 for linux-arm-kernel@lists.infradead.org; Wed, 15 Apr 2026 05:14:15 +0000 Received: from TWMBX01.aspeed.com (192.168.0.62) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.10; Wed, 15 Apr 2026 13:14:02 +0800 Received: from [127.0.1.1] (192.168.10.13) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1748.10 via Frontend Transport; Wed, 15 Apr 2026 13:14:02 +0800 From: Ryan Chen Date: Wed, 15 Apr 2026 13:14:03 +0800 Subject: [PATCH v29 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs properties MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-ID: <20260415-upstream_i2c-v29-2-317c1a905ae1@aspeedtech.com> References: <20260415-upstream_i2c-v29-0-317c1a905ae1@aspeedtech.com> In-Reply-To: <20260415-upstream_i2c-v29-0-317c1a905ae1@aspeedtech.com> To: , , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , "Benjamin Herrenschmidt" , Rayn Chen , Philipp Zabel CC: , , , , , , Ryan Chen X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1776230042; l=1666; i=ryan_chen@aspeedtech.com; s=20251126; h=from:subject:message-id; bh=NmCmiK6YACW7DFUncYOCMnn2CaKWPMjJD5hpa+pnJI0=; b=bGI32w39zOlRy9jRcS6+dr7tihXqYjV1b65Nm2t4a3D352zvDWCeKZLHgMau2Vl6ykGMNi3+Z wsuJSXIxDD5ABVIPCzx28RcBaBDZmjEF5eF/od4OGlvyXA78NmwBq+z X-Developer-Key: i=ryan_chen@aspeedtech.com; a=ed25519; pk=Xe73xY6tcnkuRjjbVAB/oU30KdB3FvG4nuJuILj7ZVc= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260414_221414_161295_DBFD5612 X-CRM114-Status: UNSURE ( 8.05 ) 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 Add the aspeed,global-regs phandle to reference the AST2600 global registers syscon node, containing the SoC-common I2C register set. These properties apply only to the AST2600 binding. Legacy DTs remain unchanged. Signed-off-by: Ryan Chen --- Changes in v29: - remove aspeed,enable-dma properties. Changes in v28: - update commit message correspond with aspeed,enable-dma. - remove aspeed,transfer-mode and add aspeed,enable-dma property and description. - Fix aspeed,enable-dma description to reflect hardware capability rather than software behavior Changes in v27: - change aspeed,transfer-mode to aspeed,enable-dma. --- Documentation/devicetree/bindings/i2c/aspeed,ast2600-i2c.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/aspeed,ast2600-i2c.yaml b/Documentation/devicetree/bindings/i2c/aspeed,ast2600-i2c.yaml index de2c359037da..0c769efb76a5 100644 --- a/Documentation/devicetree/bindings/i2c/aspeed,ast2600-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/aspeed,ast2600-i2c.yaml @@ -37,6 +37,12 @@ properties: resets: maxItems: 1 + aspeed,global-regs: + $ref: /schemas/types.yaml#/definitions/phandle + description: + Phandle reference to the i2c global syscon node, containing the + SoC-common i2c register set. + required: - reg - compatible @@ -59,4 +65,5 @@ examples: resets = <&syscon ASPEED_RESET_I2C>; clock-frequency = <100000>; interrupts = ; + aspeed,global-regs = <&i2c_global>; }; -- 2.34.1