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 45663CD4851 for ; Tue, 19 May 2026 10:38:44 +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=lmZwYLbc85+icIbVP/x0KNua5BEAxW07WEeKBMDTrVw=; b=RBVA03eim0ZKFtbNKCG3NXWrRW XIE7dVdwKj31XFfYqYWofth3fJ/MnRh0/1B2oVmxGfCtMaUho0yLWqO8f//Kcm7CPE7/8Mdw0G41M kNJoIrU6YGHBs/FJZIW5tkCFCfX7WmPKIv+gy4Z1M7Z3IlrqZ9ruu7v0Q6tEJEbNv155PMn15H3n8 gW52ZbA28E+QozGzmYkH5v+ssmp2yXflbZdzva8nwwIrnpK6BELjrMZ7KfqvS+640wo/tVlvOY7C/ 759pc65CyyTyDFIKNdBSKRMRVCmzcylh84SHyD1vp5NVPehHigsd476xtg1S72B3mkimPRL8KWa+v 4owxf2Ng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wPHqM-000000017Lz-0a3B; Tue, 19 May 2026 10:38:34 +0000 Received: from mail.aspeedtech.com ([211.20.114.72] helo=twmbx01.aspeedtech.com) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wPHqI-000000017EX-44kW for linux-arm-kernel@lists.infradead.org; Tue, 19 May 2026 10:38:32 +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; Tue, 19 May 2026 18:38:20 +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; Tue, 19 May 2026 18:38:20 +0800 From: Billy Tsai Date: Tue, 19 May 2026 18:38:12 +0800 Subject: [PATCH v4 1/3] dt-bindings: mfd: aspeed,ast2x00-scu: Support AST2700 SoC1 pinctrl MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-ID: <20260519-pinctrl-single-bit-v4-1-5fe568a8ffde@aspeedtech.com> References: <20260519-pinctrl-single-bit-v4-0-5fe568a8ffde@aspeedtech.com> In-Reply-To: <20260519-pinctrl-single-bit-v4-0-5fe568a8ffde@aspeedtech.com> To: Linus Walleij , Tony Lindgren , "Rob Herring" , Krzysztof Kozlowski , "Conor Dooley" , Joel Stanley , Andrew Jeffery , Bartosz Golaszewski , "Lee Jones" , Ryan Chen CC: , , , , , , , , Andrew Jeffery , , Billy Tsai , Conor Dooley X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1779187100; l=1606; i=billy_tsai@aspeedtech.com; s=20251118; h=from:subject:message-id; bh=mifqQksma9lQEsIcCnr8yLdBewmIibN5Q3gHUJ1cct8=; b=81ocsRhQYAvmkT3KwtcR61/d8wD183YFus7nUsSeqMKqfKevVDmSkDp61iFIdZifNB8CY41oR 1GhkXwTOYgwDsDU0rLlyVbakX32gRzgi7w3t/AXl8KjkayyFDNe7pty X-Developer-Key: i=billy_tsai@aspeedtech.com; a=ed25519; pk=/A8qvgZ6CPfnwKgT6/+k+nvXOkN477MshEGJvVdzeeQ= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260519_033831_015262_2706E176 X-CRM114-Status: UNSURE ( 9.78 ) 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 The AST2700 SoC integrates two interconnected SoC instances, each managed by its own System Control Unit (SCU). Allow the AST2700 SoC1 pin controller to be described as a child node of the SCU by extending the compatible strings accepted by the SCU binding. There is no functional change to the SCU binding beyond permitting the aspeed,ast2700-soc1-pinctrl compatible string. Acked-by: Conor Dooley Signed-off-by: Billy Tsai --- Note: The companion AST2700 SoC0 pinctrl series modifies the same binding and has been applied to pinctrl/for-next. Linus Walleij noted for the equivalent SoC0 MFD patch that it should be applied through the MFD tree by Lee Jones, providing an Acked-by in the process [1]. The same routing applies to this patch. [1] https://lore.kernel.org/all/CAD++jL=3p9BvDgaot3=emM4Zn5jU-ZAUKtB4UwT1HzDiyzKq4Q@mail.gmail.com/ --- Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml b/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml index a87f31fce019..b81c561d2a8c 100644 --- a/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml +++ b/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml @@ -87,6 +87,7 @@ patternProperties: - aspeed,ast2400-pinctrl - aspeed,ast2500-pinctrl - aspeed,ast2600-pinctrl + - aspeed,ast2700-soc1-pinctrl required: - compatible -- 2.34.1