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 E9592C433F5 for ; Wed, 13 Apr 2022 09:14:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0A8C881DD3; Wed, 13 Apr 2022 11:14:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=vrull.eu header.i=@vrull.eu header.b="kF+LR2jJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 808EF81DE9; Wed, 13 Apr 2022 11:14:01 +0200 (CEST) Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) (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 1674A81A02 for ; Wed, 13 Apr 2022 11:13:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=philipp.tomsich@vrull.eu Received: by mail-wr1-x433.google.com with SMTP id b19so1639133wrh.11 for ; Wed, 13 Apr 2022 02:13:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BYR1crpahcwpjpnkad+QFO//V4pNMfekM/J0yS0hYWI=; b=kF+LR2jJUOb/GW+vhHdMzzuQeVctPdntAcoVSJhb6L7X5ookWKjZRiPeIsEVo00Rtt YMa9im1jms3uVqLy0+//Cjbnt87IOKcGmUCqpvL1ePSjv4zXbuiQ1yntYb56wqKCJG6G uI7OmBmXNQv0UWFEcxC4SfNEDox8QQZaPxZUetMWb28Fj+KOYd9dKoIkijU5G2lcKhOs /U8u9SiPLrdnoZy6umitOz5ClSmYCk2EphkTUe/unywCoc8x//tzbh2meRT0/JUllsaX Etf125qbxnqUmay8Ny7BvOPPwH/ttD/BjUClLwgQFU2fliAeinm8SlBEakhtKHAtdKpv 6Q+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BYR1crpahcwpjpnkad+QFO//V4pNMfekM/J0yS0hYWI=; b=4bHqeM0QPX3SzxWL7sqtYd9b4keA1Fxju8XuuV1Iuryk3xWdZHVEeogyCeOyLwAQqR aMzYqke6VEC+pYEgr9jmdhW03TJxTsM+heUgV1KtrIcRGC6h2TzI0lmI5t3oj7MiId99 VjZgEWnqZ+Z/5s6fYCqd8R9PwOj2+s+vqbUnpmkdhKLIUBb5qnfxbNfmw1ejuRwUJ+vT SJeu9ujvk7YnRsQtoRXNS0PWgR9XC0vCVH/nLiVDdV3Rm64Ys8uk58wMEZFuVGYEw6Ta bkx5zFeiE8VoQ+Yz/buWQIycOGaNV95ai6F+MtZjpj3vRkoBKSLk6lEPOdkj57EaSGqf U98w== X-Gm-Message-State: AOAM533OWIGSzFeHXKG0aFP57LPF++14XfFCHFsLcGJ9tA8/ZGiW09p1 SvM1vEmrj0MyXpHc3n02ZXhxFuDRQvlo41grHqcLMQ== X-Google-Smtp-Source: ABdhPJxIUEvE7K/KAh2zRkus5lMemi0NCtL4k08UByG+jFnRUdBY4l43Bf4jgy//Sk6svYoIvo+m+HjET8j6jzGPoDU= X-Received: by 2002:a5d:53cd:0:b0:207:a478:4fb6 with SMTP id a13-20020a5d53cd000000b00207a4784fb6mr12334881wrw.306.1649841238609; Wed, 13 Apr 2022 02:13:58 -0700 (PDT) MIME-Version: 1.0 References: <20220413094726.32199-1-peng.fan@oss.nxp.com> <20220413094726.32199-7-peng.fan@oss.nxp.com> In-Reply-To: <20220413094726.32199-7-peng.fan@oss.nxp.com> From: Philipp Tomsich Date: Wed, 13 Apr 2022 11:13:47 +0200 Message-ID: Subject: Re: [PATCH V4 6/6] arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid To: "Peng Fan (OSS)" Cc: trini@konsulko.com, Jagan Teki , Andre Przywara , Simon Glass , Kever Yang , Hans de Goede , u-boot@lists.denx.de, Peng Fan Content-Type: text/plain; charset="UTF-8" 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.5 at phobos.denx.de X-Virus-Status: Clean On Wed, 13 Apr 2022 at 11:07, Peng Fan (OSS) wrote: > > From: Peng Fan > > Since COUNTER_FREQUENCY is obselete, so set cntfrq_el0 if > CONFIG_COUNTER_FREQUENCY is valid > > Signed-off-by: Peng Fan Reviewed-by: Philipp Tomsich