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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2748DC7EE23 for ; Wed, 1 Mar 2023 08:13:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229515AbjCAINw (ORCPT ); Wed, 1 Mar 2023 03:13:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229850AbjCAINr (ORCPT ); Wed, 1 Mar 2023 03:13:47 -0500 Received: from mail-ua1-x933.google.com (mail-ua1-x933.google.com [IPv6:2607:f8b0:4864:20::933]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9A3139BB3 for ; Wed, 1 Mar 2023 00:13:45 -0800 (PST) Received: by mail-ua1-x933.google.com with SMTP id s23so400258uae.5 for ; Wed, 01 Mar 2023 00:13:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=McoBXip6N0wzllPSImTtIlILRkDkokjO1vKAG/mcycc=; b=Tmw8Vpx0Flh0EJ9YIzobExLydlByQ1dTM1gZgR846ityPEUe7ycNEZuTrk7zuksAG7 P9LXGws14CpzFMXQ5tJFp0UU8D9rTUptnK7uX2Ylz0TWfJmDhA4AxhVavhWh3Wqrd1C7 rXOwoLkcrI7C83YqLuKVz45rRlaeSDUkXOXio= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=McoBXip6N0wzllPSImTtIlILRkDkokjO1vKAG/mcycc=; b=tBUmFkU1uggHTfrnueQ8W/i3/2mMCfcciHOBF6aAcoWfS4FXVF/jLRmjBtjiiP3eNi e2VSZxJFEVRibzKY8Xs1N2+J1mDD/HBGLITwInYBxy9O74yYaFutQ76Wbp0rIE9r+Ew+ eTtW38O8INOBsW7N0zN3j+W/2mjG0N4Y0BZ3k7hC4Wg2JEq1r3wYnEBbJeU8WaB9SQ71 GbLMBmEcFfSZsKBpYvIkKTlP90B/50iwo7h8wY1BzaoX5AJabE7bwx9a5B/6U42xUxpF DzBc9LT110gqrwNDY5J5DxSxhrbyKwhp1KJYU2OCKAAW99sLcpM4bIzMbcroLia0TOog XL/w== X-Gm-Message-State: AO0yUKWSmD+UK81BcUGqAyO26bmdZ2hcHddA7WOsMRb8q1qZpF4V/JA8 WyE7EPzVWAJ/dV1eSbBIetwT2y5qBx4ZAqXTr1T90Q== X-Google-Smtp-Source: AK7set/4y2CsFDtk/+kTuBAhzQVJG7wyQ420WDaIir/XDYYqlinCDd4UHs4pAft4BmRED3pB7RYXWp8GMSPeHGfZO/g= X-Received: by 2002:ab0:4ad5:0:b0:68b:90f4:1d8c with SMTP id t21-20020ab04ad5000000b0068b90f41d8cmr3405014uae.1.1677658424931; Wed, 01 Mar 2023 00:13:44 -0800 (PST) MIME-Version: 1.0 References: <20230228104741.717819-1-angelogioacchino.delregno@collabora.com> <20230228104741.717819-19-angelogioacchino.delregno@collabora.com> In-Reply-To: From: Chen-Yu Tsai Date: Wed, 1 Mar 2023 16:13:34 +0800 Message-ID: Subject: Re: [PATCH v3 18/18] arm64: dts: mediatek: mt8183-evb: Override vgpu/vsram_gpu constraints To: AngeloGioacchino Del Regno Cc: matthias.bgg@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 1, 2023 at 12:54=E2=80=AFPM Chen-Yu Tsai w= rote: > > On Tue, Feb 28, 2023 at 6:48=E2=80=AFPM AngeloGioacchino Del Regno > wrote: > > > > Override the PMIC-default voltage constraints for VGPU and VSRAM_GPU > > with the platform specific vmin/vmax for the highest possible SoC > > binning. > > > > Signed-off-by: AngeloGioacchino Del Regno > > Suggested-by: Chen-Yu Tsai Reviewed-by: Chen-Yu Tsai