From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.1 X-Yandex-Fwd: 2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1653064182; bh=p4XJZr+l0fYxRl+bW1gBCbKBy/acO6TXzpBnlfASmxc=; h=Reply-To:In-Reply-To:References:Date:Subject:Cc:To:From: Message-Id; b=vpNrxxnYxeYOXxBihW8R1V/6mDhDFuIT3cALA546iYciOginHlMOG+FRSSB9CwG9+ 3mvDuTA4094xrW58TatHQ4kt0yevJ92B9AVyArxZFHUdM7M7/dnF/PZVRbDHqdkFdH 2I58ucb5x1WzLWb/qXhS1gEpCobYAaa8iTTv1D/c= Authentication-Results: sas1-1bd5cf5e6dba.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru From: asheplyakov@yandex.ru To: devel@lists.altlinux.org Date: Fri, 20 May 2022 20:28:22 +0400 Message-Id: <20220520162849.1554351-9-asheplyakov@yandex.ru> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220520162849.1554351-1-asheplyakov@yandex.ru> References: <20220520162849.1554351-1-asheplyakov@yandex.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Vitaly Chikunov , Igor Chudov , Alexey Sheplyakov , Evgeny Sinelnikov Subject: [devel] [PATCH 08/35] hwmon: bt1-pvt: added compatible baikal,pvt X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2022 16:29:54 -0000 X-List-Received-Date: Fri, 20 May 2022 16:29:54 -0000 X-List-Received-Date: Fri, 20 May 2022 16:29:54 -0000 Archived-At: List-Archive: List-Post: From: Alexey Sheplyakov So the driver will be loaded on existing Baikal-M based boards. X-feature-Baikal-M --- drivers/hwmon/bt1-pvt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hwmon/bt1-pvt.c b/drivers/hwmon/bt1-pvt.c index e2237774c0e9..a32ef9f9351c 100644 --- a/drivers/hwmon/bt1-pvt.c +++ b/drivers/hwmon/bt1-pvt.c @@ -1240,6 +1240,7 @@ static int pvt_probe(struct platform_device *pdev) static const struct of_device_id pvt_of_match[] = { { .compatible = "baikal,bt1-pvt" }, + { .compatible = "baikal,pvt" }, { } }; MODULE_DEVICE_TABLE(of, pvt_of_match); -- 2.32.0