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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B882C433EF for ; Mon, 27 Sep 2021 14:50:56 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8FFB8604DC for ; Mon, 27 Sep 2021 14:50:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8FFB8604DC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 74FCD829FC; Mon, 27 Sep 2021 16:50:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="JbkrwhNY"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6E544829FC; Mon, 27 Sep 2021 16:50:50 +0200 (CEST) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 EA3B9812B6 for ; Mon, 27 Sep 2021 16:50:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82d.google.com with SMTP id r16so16820020qtw.11 for ; Mon, 27 Sep 2021 07:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mn25eq0ofpvo9VZSOYkOKin/j3SOaVCfEHPR4qVpqjk=; b=JbkrwhNYGN5XhoWRbt/j6cUlSN1Wd9M5UcF48CKCADSBpqxYf8iom/rJTH32fLSPqc Zg6CJ9XvlLBT7cJRDAkXFrBGW0o1C9EvqfhXH9PsMINdkB3M1w9fgWcMVrhbgXHvdjpQ CHEdGg/xb8DuwG6oxWVr9/7VshQhvM3rTm040= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mn25eq0ofpvo9VZSOYkOKin/j3SOaVCfEHPR4qVpqjk=; b=Bv5jBtzntuhzRWFOlNLUzXwQ6Tnxr/aqPXevYCL6WU/ROYLE3TLa190ibOCTbqS7dX 6ZTb1yLuRe47kq+9MdhA1Q9bcvfPq2vnpgQ1VEv+K8zkBLZtm9y60RzWIGw+RaqNRcS0 KI0q2kQMVAXWdBUTDyRT7t8uxjNxqHOil9xrXWQsOo+dj8ZWHfUJ8ckI8n/epvb/VGiw Zgv3O+mYrTidDKxMSuEHBePwhhZorTlxRGoS5lZaaDsr5Rt55ZDYOi9Ogd3H2hQQlzMY EG3WWq94e8SZDCLZGD66pGVbkZPB8OXechIHyisLXWnDhhFZbTMQ2viAGGs1YZhwjhc/ qUbg== X-Gm-Message-State: AOAM533D/O4ilGQDogAneYHCpBVvfN+o9JAN40zvEG7XEzR2pHrh3Q86 FrzJPWvVQub6O2Oa2atUvrnKzw== X-Google-Smtp-Source: ABdhPJwFDR4IZDwpcTgbSIGLuQ6QXTrihqHscfiHqjYh6ZS7ng9Ih4vKaAEj9jPhBaegCF6Es5AgqQ== X-Received: by 2002:ac8:59cb:: with SMTP id f11mr197202qtf.321.1632754245713; Mon, 27 Sep 2021 07:50:45 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-ac93-cd04-265f-76da.res6.spectrum.com. [2603:6081:7b01:cbda:ac93:cd04:265f:76da]) by smtp.gmail.com with ESMTPSA id 69sm13206212qke.55.2021.09.27.07.50.44 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Sep 2021 07:50:45 -0700 (PDT) Date: Mon, 27 Sep 2021 10:50:43 -0400 From: Tom Rini To: Suman Anna Cc: Amjad Ouled-Ameur , u-boot@lists.denx.de, khilman@baylibre.com, "Bajjuri, Praneeth" , Lokesh Vutla Subject: Re: [PATCH 0/2] ARM: DRA7: Enable OPP_HIGH for GPU, DSPEVE and IVA voltage domains Message-ID: <20210927145043.GM31748@bill-the-cat> References: <20210927123447.188123-1-aouledameur@baylibre.com> <0671ebe2-b691-bfca-4fad-7c11427cfaa3@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0RrwLCq8kVvUIgaI" Content-Disposition: inline In-Reply-To: <0671ebe2-b691-bfca-4fad-7c11427cfaa3@ti.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --0RrwLCq8kVvUIgaI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 27, 2021 at 09:43:01AM -0500, Suman Anna wrote: > Hi Amjad, >=20 > On 9/27/21 7:34 AM, Amjad Ouled-Ameur wrote: > > This patchset enables the OPP_HIGH configuration for GPU, DSPEVE and IVA > > voltage domains by default for various TI DRA7xx and AM57xx boards. This > > is being done to meet the performance needs of 1080p MultiMedia usecases > >=20 > > Amjad Ouled-Ameur (2): > > ARM: DRA7: Enable OPP_HIGH for DSPEVE and IVA voltage domains > > ARM: DRA7: Enable OPP_HIGH for GPU voltage domain >=20 > These were intentionally not posted to upstream all these years, and we p= refer > not to enable these by default. Can you please elaborate a bit on why? Thanks. --=20 Tom --0RrwLCq8kVvUIgaI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFR2kMACgkQFHw5/5Y0 tywuDwv8DA+wFngEDn60pcAvWAbC3i7P1LTIjs7ChPeCDVZO8556Uu5Y2v1YEXkz 78+K8FII60RNDhwgvsqbKtP00MvOUoNay96w3WUQ9Z75eJ6Yt5PCBuTnG5O5VWTM nnVuLpoNo/3Ev9l8eOfbjM320w8HQf3NJjRq+lij7a4a2SxnNG9pELuobiPBVfVP Rac4FO9ccKcdqhNWYygkQlPaXLyOxCPvD9heyXhcZKCNwgwHv4go9gSDITuKlVze 9I68FCFLRONn9MiwKzQizAszagbI14lhb7Gw70W0UzHVsyb2McRgfm8ldawmbkBO y7sabQG6y8bjATLqz7JybATtNX8S8DwRRfApTE45sPCjKPiVAkVa01fbp9K/MlYG tX+rhfKZSbFOPR3IOTCqb0IKMycoLBG2AhA+UATq8zXCMEeA62SmRe1CDKtjcLCr GuQ0AMEH/TrrcboCb06XncTZcSwcI5fPI4C1wIZ2Enb7dih7fbqBfg4rXLTzhHXM Cpwtiv6S =U1Wa -----END PGP SIGNATURE----- --0RrwLCq8kVvUIgaI--