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 55226C001DC for ; Wed, 26 Jul 2023 19:25:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C654E8636F; Wed, 26 Jul 2023 21:25:24 +0200 (CEST) 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="rL2HQip9"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9F85A86377; Wed, 26 Jul 2023 21:25:23 +0200 (CEST) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (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 22712861E6 for ; Wed, 26 Jul 2023 21:25:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=afd@ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36QJP1hZ038270; Wed, 26 Jul 2023 14:25:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690399501; bh=Hr2B10kewERMUbhUUvENI/5Gwaw/EJ/2Npt63feLTMg=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=rL2HQip9FMJy6Bl7nLg7ECkfEY3F06p4fEKDLOnqrYuSXPsRzWoiJnPN1flDeXB8T 7VT4rqQz9n3bOBIdBPtTkpVpU+tb/gev2mlY6mZJRMOUjbDPmmVyq6Y7ULRqtA2Rx+ 2qhq6ciJe8GFGWZLaIv3kBaW5ZPNRUiWVw4uEsjc= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36QJP1wH056286 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 26 Jul 2023 14:25:01 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 26 Jul 2023 14:25:00 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 26 Jul 2023 14:25:00 -0500 Received: from [10.250.32.114] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36QJOx6F031207; Wed, 26 Jul 2023 14:25:00 -0500 Message-ID: <20de4fe5-84ef-5b43-c288-c3d0dfea2c06@ti.com> Date: Wed, 26 Jul 2023 14:24:59 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH V2 1/3] omap: timer: add ti,am654-timer compatibility Content-Language: en-US To: Nishanth Menon , , Tom Rini CC: Wadim Egorov , Francesco Dolcini , Sjoerd Simons , Neha Malcom Francis , Bryan Brattlof , Vignesh Raghavendra , Mattijs Korpershoek , Marcel Ziswiler , Maxime Ripard , Roger Quadros , Ravi Gunasekaran References: <20230726151027.2517151-1-nm@ti.com> <20230726151027.2517151-2-nm@ti.com> From: Andrew Davis In-Reply-To: <20230726151027.2517151-2-nm@ti.com> Content-Type: text/plain; charset="UTF-8"; format=flowed 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.8 at phobos.denx.de X-Virus-Status: Clean On 7/26/23 10:10 AM, Nishanth Menon wrote: > From: Sjoerd Simons > > THe TI AM654 timer is compatible with the omap-timer implementation, so s/THe/The > add it to the id list s/id list/compatible ID list. Andrew > > Signed-off-by: Sjoerd Simons > Reviewed-by: Tom Rini > Tested-by: Ravi Gunasekaran > Tested-by: Mattijs Korpershoek > Cc: Francesco Dolcini > Cc: Wadim Egorov > Signed-off-by: Nishanth Menon > --- > No Changes since V1. > > V1: https://lore.kernel.org/all/20230725125856.1807742-2-nm@ti.com/ > Original Patch: https://lore.kernel.org/r/20230406185542.1179073-2-sjoerd@collabora.com > > 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 aa2e4360c1bb..9b6d97dae677 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" }, > + { .compatible = "ti,am654-timer" }, > {} > }; >