From patchwork Mon Jul 15 08:38:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikita Shubin via B4 Relay X-Patchwork-Id: 812738 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D8C8418629F; Mon, 15 Jul 2024 08:40:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721032804; cv=none; b=TLjW8RgMOABir1EXxjCSYsfrTZ8KREUcwkBaAGfji0u1meJuxC4nekEsRaKedNCpzybJCFm487OIkXCRZ8PXE0BBaHyuvc4XqrjStiyoIEXYZ0eZIWDw3uiPO0rDH2Y5xGQM1jPezQ3ZNBGvKzYJV9XNy19hYnjtbb0zRZR/D24= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721032804; c=relaxed/simple; bh=yDo8y/bWB2Ix5i8ziLWZf8GkSgIQIq80Sv6eejpr5RA=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=DyuuuzpMPVO+XuXtvJmP5QMgkYqcYptS0CT3O1tT4J/jv9HzHft2C+NK0uwmoulz6OEoKynXm18z8iRPlWrQ+LnYfFlKQhS5bqOna/1XmpaF2fhOrMDBSuwq8QnEvD7H/NWb4KXOBXy6MCrq20rxvt+OmLCzrp9vFYn2IhAe/E0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tB5QAZvo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tB5QAZvo" Received: by smtp.kernel.org (Postfix) with ESMTPS id 53C46C4DDEE; Mon, 15 Jul 2024 08:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721032804; bh=yDo8y/bWB2Ix5i8ziLWZf8GkSgIQIq80Sv6eejpr5RA=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=tB5QAZvoiZ4AYnnGTu2r1QkbUw55zPPdPOCM48H75qsDGefaAoShCuDWJyc6JlGRH bAig19sqs8rx/t1doURMCG/anEM4ttbBNlBpTpJzTKQ7ynoXHuZbmpjvkAuHhnk0BD dZ3dkA0hhztGZh9jz73YtX90ijeLByYH/ayUnhhl048GXw7HjHXjHP2zeafu3uo4tW AtlyJwlhSNvVkZV+lidc/e0ucCkRnMgBBTY0FJdddcYwtlnQXwGlN8C9TgRIaQ7npW 9lHAgVemgCUsJ80UD7lHiMpUogjQ8M28IClLuwL5Gg1tVr1eq+HRaNcyh6N14/LXid k6QXoz5OR+o2w== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CF57C3DA50; Mon, 15 Jul 2024 08:40:04 +0000 (UTC) From: Nikita Shubin via B4 Relay Date: Mon, 15 Jul 2024 11:38:28 +0300 Subject: [PATCH v11 24/38] wdt: ts72xx: add DT support for ts72xx Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240715-ep93xx-v11-24-4e924efda795@maquefel.me> References: <20240715-ep93xx-v11-0-4e924efda795@maquefel.me> In-Reply-To: <20240715-ep93xx-v11-0-4e924efda795@maquefel.me> To: Wim Van Sebroeck , Guenter Roeck Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko X-Mailer: b4 0.13-dev-e3e53 X-Developer-Signature: v=1; a=ed25519-sha256; t=1721032799; l=1140; i=nikita.shubin@maquefel.me; s=20230718; h=from:subject:message-id; bh=Ne4hKUjSrewY0X5/1itI3t80vycBGPqa1pd1cn0B3+Y=; b=UTzpWGzxrcKyl7rr2cgOM7fY44aDns2j5J/tKLNmLTocd49JJzdmGt+/xG/cCZQQFbujOW2qmXuN Y224tYiWD6NyPPN0SH2XK8NaKwr0GdFRGwo17UH/xdFEO5Y9BJG+ X-Developer-Key: i=nikita.shubin@maquefel.me; a=ed25519; pk=vqf5YIUJ7BJv3EJFaNNxWZgGuMgDH6rwufTLflwU9ac= X-Endpoint-Received: by B4 Relay for nikita.shubin@maquefel.me/20230718 with auth_id=65 X-Original-From: Nikita Shubin Reply-To: nikita.shubin@maquefel.me From: Nikita Shubin Add OF ID match table. Signed-off-by: Nikita Shubin Reviewed-by: Guenter Roeck Reviewed-by: Andy Shevchenko --- drivers/watchdog/ts72xx_wdt.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/watchdog/ts72xx_wdt.c b/drivers/watchdog/ts72xx_wdt.c index 3d57670befe1..ac709dc31a65 100644 --- a/drivers/watchdog/ts72xx_wdt.c +++ b/drivers/watchdog/ts72xx_wdt.c @@ -12,6 +12,7 @@ */ #include +#include #include #include #include @@ -160,10 +161,17 @@ static int ts72xx_wdt_probe(struct platform_device *pdev) return 0; } +static const struct of_device_id ts72xx_wdt_of_ids[] = { + { .compatible = "technologic,ts7200-wdt" }, + { /* sentinel */ } +}; +MODULE_DEVICE_TABLE(of, ts72xx_wdt_of_ids); + static struct platform_driver ts72xx_wdt_driver = { .probe = ts72xx_wdt_probe, .driver = { .name = "ts72xx-wdt", + .of_match_table = ts72xx_wdt_of_ids, }, };