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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 E931ACA1002 for ; Sun, 31 Aug 2025 02:15:00 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [127.0.0.1]) by lists.ozlabs.org (Postfix) with ESMTP id 4cDwZC2rmKz300B; Sun, 31 Aug 2025 12:14:59 +1000 (AEST) Authentication-Results: lists.ozlabs.org; arc=none smtp.remote-ip=211.20.114.72 ARC-Seal: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1756606499; cv=none; b=ezbApTo/45F6iyEUYyYhA5KZ3WZvnzgfzAwnD8xy+bl78Ak+whjQHJEuqyvdWjOyTm5bjKeAthY2uc+vsdoDhFqCOBr9hRYuSlLIR+GnAmIzIjShNL3gg8Kl4Wm1uC+gdeZ+w7VV/tqX3Qjsp+uqqi20B3Hj88+fBa1qWoxrpRNosWfgO5UOOVWyQoKD9Scdno00CthJHUofp9uKgcpVf+k3eTfkAMFTKZEXyljsmgawzC25KcjDM31asR+EfNT43UZH3fM4PYr9GUa1LlJrRMzNSH7aDuTSKFgagR0FjyAHZGU8Ygvp2DDSGDti7vpDDhfKsGYJQlVLa0cPX7XbdQ== ARC-Message-Signature: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1756606499; c=relaxed/relaxed; bh=AE0Pvp9i8/WyWJ3084il/AIfKJAaceRSFYUMTMCNpvU=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GZbLkNa8p62+adYP8BW0aZJK6Gtplue12I91kaLI/+8HKbf7avZBztU98jtYWzcjBdJscP3S3UiiRl4uo/vOPM02ZpMhGOwng9ufwPaliizJT4PWCwqw4DkRqcF3kZepoORAlsESUUmOp4o6eUCxp3ddQRUWef6+qwdH/GerZ6YWR74rsbrAZo3EhDp3X6eG8hPOO8gvwMSD5X9yRN+P6vGMXVk9Uf4X80/6rCvvYkvBM5Esnm7NFM9GJ0zqHB8LUCuaq8KOup1PX+v5pDBVv8ElBlmq10pAISQ/x4rWGzquBhT3gJjLhbk06+wD80yxOyxdPgqrsNsoA0iw9Sm7ng== ARC-Authentication-Results: i=1; lists.ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com; spf=pass (client-ip=211.20.114.72; helo=twmbx01.aspeed.com; envelope-from=ryan_chen@aspeedtech.com; receiver=lists.ozlabs.org) smtp.mailfrom=aspeedtech.com Authentication-Results: lists.ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=aspeedtech.com (client-ip=211.20.114.72; helo=twmbx01.aspeed.com; envelope-from=ryan_chen@aspeedtech.com; receiver=lists.ozlabs.org) Received: from TWMBX01.aspeed.com (mail.aspeedtech.com [211.20.114.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4cDwZB6Fpkz2yyJ for ; Sun, 31 Aug 2025 12:14:58 +1000 (AEST) 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; Sun, 31 Aug 2025 10:14:38 +0800 Received: from twmbx02.aspeed.com (192.168.10.13) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1748.10 via Frontend Transport; Sun, 31 Aug 2025 10:14:38 +0800 From: Ryan Chen To: ryan_chen , Eddie James , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , Lee Jones , , , , Subject: [PATCH v2 2/4] dt-bindings: mfd: aspeed: Add AST2700 SCU compatibles Date: Sun, 31 Aug 2025 10:14:36 +0800 Message-ID: <20250831021438.976893-3-ryan_chen@aspeedtech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250831021438.976893-1-ryan_chen@aspeedtech.com> References: <20250831021438.976893-1-ryan_chen@aspeedtech.com> X-Mailing-List: linux-aspeed@lists.ozlabs.org List-Id: List-Help: List-Owner: List-Post: List-Archive: , List-Subscribe: , , List-Unsubscribe: Precedence: list MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Add SCU interrupt controller compatible strings for the AST2700 SoC: scu-ic0 to 3. This extends the MFD binding to support AST2700-based platforms. Signed-off-by: Ryan Chen --- Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml b/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml index 5eccd10d95ce..67be6d095fe4 100644 --- a/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml +++ b/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml @@ -75,6 +75,10 @@ patternProperties: - aspeed,ast2500-scu-ic - aspeed,ast2600-scu-ic0 - aspeed,ast2600-scu-ic1 + - aspeed,ast2700-scu-ic0 + - aspeed,ast2700-scu-ic1 + - aspeed,ast2700-scu-ic2 + - aspeed,ast2700-scu-ic3 '^silicon-id@[0-9a-f]+$': description: Unique hardware silicon identifiers within the SoC -- 2.34.1