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 AC39FC54E94 for ; Tue, 24 Jan 2023 20:47:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3710E856BB; Tue, 24 Jan 2023 21:47:39 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="oB0d5nCC"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EB9908566D; Tue, 24 Jan 2023 21:47:18 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0335485665 for ; Tue, 24 Jan 2023 21:47:16 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82b.google.com with SMTP id q15so14284703qtn.0 for ; Tue, 24 Jan 2023 12:47:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=/LUnSYoasbSyllHEQoIVMwwqhZackPeDiSM9bjoEyQw=; b=oB0d5nCC+HVlO4rCYuhZ3BRQehI2F5MGka/xXQoRCfE0AFfvIPDY7CzdBN2vT6b5yJ PXmRKWvOLWqDlLAU65NngwMs4vA6i15NyhE3ZfbEn5NU71Psg9eOJMc6r5EvDcKFzJHZ EAl1Jp03RnsUwnTAvFT4LutjmhsEII5bJgaxM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=/LUnSYoasbSyllHEQoIVMwwqhZackPeDiSM9bjoEyQw=; b=WGB/ij6bbBz06Vq0Rb2f7LbgZ9s78wpWa0OoCGtjY2+CSm8/ZWxNqqQV+ZXoTHuKnO ShHMcbKMVpO8oKD30Z9KtjaJE5DqJYW10kOi8akklGdYGqbqF6sFJbm/iZpLCvmSWTJY Hg+FuuGH7dn99/RMMkoFYNnt9PfpXiVwMK2O1JNytzmfL91KYOkgS66GLwpg4ULhe4Hm P/aC7m+f4B/vMrSnysSbf+Gx0vaUrDGVlEE2RqB/voyw009QgFbF7Z0VB+MbqzPKdFs6 g1uC5DWD/mSE4rRNwONfoSMLiO4U/00qs0Y79gL3lkeuYZKznxAmFd1lF8iKfFWj6UCv LAkw== X-Gm-Message-State: AFqh2koRvCz1Ar5/8Y5bjdHfnZpiRsZJNwZkJDWQi/D9WjQq5MILTliX J/fge9RDVlPTJsCqQf7HqE2KQciODVXKeis5TBE= X-Google-Smtp-Source: AMrXdXtUubR0a8VtCLLzJoNY57M0b+4B8qi/bngK+Zj3atXNfK3MuNz4oDY4xRfeV/ExWmEE2fjskw== X-Received: by 2002:ac8:4d9b:0:b0:3b6:31f2:da0c with SMTP id a27-20020ac84d9b000000b003b631f2da0cmr39009564qtw.15.1674593234817; Tue, 24 Jan 2023 12:47:14 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-fdfe-8628-3fc7-956b.res6.spectrum.com. [2603:6081:7b00:6400:fdfe:8628:3fc7:956b]) by smtp.gmail.com with ESMTPSA id c5-20020ac80085000000b003b323387c1asm1916888qtg.18.2023.01.24.12.47.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Jan 2023 12:47:14 -0800 (PST) Date: Tue, 24 Jan 2023 15:47:12 -0500 From: Tom Rini To: Sjoerd Simons Cc: u-boot@lists.denx.de, Dave Gerlach , Suman Anna , Vignesh Raghavendra Subject: Re: [PATCH 2/8] arm: mach-k3: am62: Add timer0 id to the dev list Message-ID: <20230124204712.GQ631605@bill-the-cat> References: <20230121155435.2858173-1-sjoerd@collabora.com> <20230121155435.2858173-3-sjoerd@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LAK3FBfgZ514qYSN" Content-Disposition: inline In-Reply-To: <20230121155435.2858173-3-sjoerd@collabora.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --LAK3FBfgZ514qYSN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 21, 2023 at 04:54:28PM +0100, Sjoerd Simons wrote: > Timer0 is used by u-boot as the tick timer; Add it to the soc devices > list so it can be enabled via the k3 power controller. >=20 > Signed-off-by: Sjoerd Simons Reviewed-by: Tom Rini --=20 Tom --LAK3FBfgZ514qYSN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPQQ9AACgkQFHw5/5Y0 tyxFAgwAm9onj5+Ds43uOMSfN+AgJlsQdfjrubTbjFZlX78yhofzdM9E79goSops 0lkweuJaYIRWJf9k6aoGPe7sQVlN1+SyCclOHg20UEtu0taa4/9/gYfsGDtzsX1r RgnjxD7nCNw7UY4sbkuklhJvH1jieeDanlxGD/rCkz66qGvuVl/6HlUDDL1PB49l 4hw8Nxh8noZJtC7jQmEnRz1UYu7D0sz4Cuw33d2BR9oKCtQZGtWmlbDwlXXJQoAz X3+ly+sXpBog4ZevZBcbDDeQEl/CkYmTCtLOx/CrvgwS+yZ5XC/icBpUJjLPUVc+ kJJynqY0hKYwTyLR9oxtuPmkwykCqDLCeTArYBxt18xDrFNLLtf+8e61KmeEjMTy OPW6b7xQRykcywEs+qF1Nm5GDghq6bezpg+FUdzPYNomPCQe2swPiT8TrwFZmOkK n6VVNfXOIIJK6RIIPgj24C4E+/ljTCTHloofdJf7ncYvlFYOd2mNF4Vs7K1t6bMW W7XAzshl =/xZ+ -----END PGP SIGNATURE----- --LAK3FBfgZ514qYSN--