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 E347ACCFA04 for ; Tue, 4 Nov 2025 05:51:30 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [127.0.0.1]) by lists.ozlabs.org (Postfix) with ESMTP id 4d0yJ12qZJz3bd8; Tue, 4 Nov 2025 16:51:29 +1100 (AEDT) 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=1762235489; cv=none; b=TrXjYUqw6HhURZZWWT3YjsCa7cQXXGWOO7qp8Lj9vdKzQol6qYb0uOZB+V6JZbuj3fqbGClTiEqHeO3y7zXR7rV/2/nVB/dopVmM2kRAnVqNpek1jj/4Vs0KkaLEIU12GrQLEXvvJ8SYeiMZS4rqgmCBCQr0LYpZmaEMP2zkUZa7LtDFfM+mkucr94KJpgVgDiaiRALQ30yfTr0fNAb4U4qf8yFL64fjZYWk0hbWArrwNQeYXyPWAfv4v7zkSUZ1jlqLlkBVSxAkIewdm+JXzGcGStPyoVu58aYqS8KrZPIhyP1aWKwJRMxMqIMnPvxlHkWUOOPUNbxenU0g2gR2iQ== ARC-Message-Signature: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1762235489; c=relaxed/relaxed; bh=fA06ODKykpCwU5SpUaMRRFriIP3mIYry2ZKL0oVKhQ8=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LAmZoQFbYzqxoQeebjRyAaiB91nBnsx7WP+NtFvSIk49FyP8Pcy/iZOP+rp9dvDzxjuXFQGxj8EYhjLCwwc39keTVLGumP4BOqDGGbEvoHlH+St2vD29vpaNyKzp2Y8koF7UIKFlu27Ck0pw9EXRHn6Y2pE8ZMiAn1bbie93C2L6/1WdfOCHX7sEw1Vo/hkjPYFAqfF7atYzpNvDES0rw/aWOVFWTWCx7xEyLKVzsdyHgtAek5OsPhiSp9GPFoMIW6/iDsz/Cq2fdBYxTtmq9RyifBeS8LdNBh9vfTARQN2+hPeBXstasyPgA6r/Ad9k3AaY/zu6/JziEOPqvGNYzg== 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=billy_tsai@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=billy_tsai@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 4d0yJ06FBWz2yr9 for ; Tue, 4 Nov 2025 16:51:28 +1100 (AEDT) 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, 4 Nov 2025 13:51:12 +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; Tue, 4 Nov 2025 13:51:12 +0800 From: Billy Tsai To: , , , , , , , , , , , Subject: [PATCH v1 2/2] hwmon: (aspeed-g6-pwm-tach): Add AST2700 compatible string Date: Tue, 4 Nov 2025 13:51:12 +0800 Message-ID: <20251104055112.2679087-2-billy_tsai@aspeedtech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20251104055112.2679087-1-billy_tsai@aspeedtech.com> References: <20251104055112.2679087-1-billy_tsai@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 Extends device tree support to include the AST2700 chip variant by adding its compatible string to the device match table. The AST2700 PWM/TACH hardware is compatible with the existing driver implementation used for AST2600. Signed-off-by: Billy Tsai --- drivers/hwmon/aspeed-g6-pwm-tach.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/hwmon/aspeed-g6-pwm-tach.c b/drivers/hwmon/aspeed-g6-pwm-tach.c index 4174b129d1fc..44e1ecba205d 100644 --- a/drivers/hwmon/aspeed-g6-pwm-tach.c +++ b/drivers/hwmon/aspeed-g6-pwm-tach.c @@ -528,6 +528,9 @@ static const struct of_device_id aspeed_pwm_tach_match[] = { { .compatible = "aspeed,ast2600-pwm-tach", }, + { + .compatible = "aspeed,ast2700-pwm-tach", + }, {}, }; MODULE_DEVICE_TABLE(of, aspeed_pwm_tach_match); -- 2.25.1