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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9106FC54E94 for ; Wed, 25 Jan 2023 12:18:41 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8C5BE85695; Wed, 25 Jan 2023 13:18:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="ELXjDSbE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1220A856A4; Wed, 25 Jan 2023 13:18:28 +0100 (CET) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 94E2085688 for ; Wed, 25 Jan 2023 13:18:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=d-gole@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30PCIFik014610 for ; Wed, 25 Jan 2023 06:18:15 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1674649095; bh=W3m/MKf+YP0IyEyjlX+RJ/LDdZCoPiWn4lQlMiBEvUk=; h=Date:Subject:To:References:From:In-Reply-To; b=ELXjDSbES5xPpJjne267TDNip2d/GooFvOSVfXz8gazY3FPSS/4BJ+G7X1ZWWTM30 GPr06IKEMLEFS0rWsZiZZoHFOz1PN8fWGeQCN2KFGOlEJ+bUtWIyZSwWdefefgsV4u tog9vcpkRYjawo0bclhOiLMoS9phjqLgWOge+0qA= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30PCIFBb130888 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 25 Jan 2023 06:18:15 -0600 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 25 Jan 2023 06:18:15 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 25 Jan 2023 06:18:14 -0600 Received: from [10.250.234.171] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30PCIDNY016838 for ; Wed, 25 Jan 2023 06:18:14 -0600 Message-ID: <20014aaa-6a99-0bb1-cb8f-4266f8c58083@ti.com> Date: Wed, 25 Jan 2023 17:48:11 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 1/8] omap: timer: add ti,am654-timer compatibility To: References: <20230121155435.2858173-1-sjoerd@collabora.com> <20230121155435.2858173-2-sjoerd@collabora.com> Content-Language: en-US From: Dhruva Gole In-Reply-To: <20230121155435.2858173-2-sjoerd@collabora.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 21/01/23 21:24, Sjoerd Simons wrote: > THe TI AM654 timer is compatible with the omap-timer implementation, so > add it to the id list > > Signed-off-by: Sjoerd Simons > --- > > drivers/timer/omap-timer.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c > index aa2e4360c1b..9b6d97dae67 100644 > --- a/drivers/timer/omap-timer.c > +++ b/drivers/timer/omap-timer.c > @@ -114,6 +114,7 @@ static const struct udevice_id omap_timer_ids[] = { > { .compatible = "ti,am335x-timer" }, > { .compatible = "ti,am4372-timer" }, > { .compatible = "ti,omap5430-timer" }, Reviewed-by: Dhruva Gole > + { .compatible = "ti,am654-timer" }, > {} > }; > -- Best regards, Dhruva Gole Texas Instruments Incorporated