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 8C089C64EC7 for ; Wed, 1 Mar 2023 04:54:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229756AbjCAEyt (ORCPT ); Tue, 28 Feb 2023 23:54:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229703AbjCAEyp (ORCPT ); Tue, 28 Feb 2023 23:54:45 -0500 Received: from mail-ua1-x935.google.com (mail-ua1-x935.google.com [IPv6:2607:f8b0:4864:20::935]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AAAC38014 for ; Tue, 28 Feb 2023 20:54:42 -0800 (PST) Received: by mail-ua1-x935.google.com with SMTP id l24so2842921uac.12 for ; Tue, 28 Feb 2023 20:54:41 -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=JvFH86Wx5RN3SI+RWTx88o9Hq2BKwJTQQWbayEx0CcM=; b=eLmZKh8w5eKPslfPj682pp6AqDMDr3kDWb9MF5eICVLXGgESSxa3BZT8UIJn33hSU8 hgv1OYwD5V4o7SJjoloP4rm82+v9A4iC0QneD6l2cthy6ASnHBFg1fsePr0DnDVpvadv AX5goEfzIeCbD+vcU+mmaTqr+EnlRGKiw/NRg= 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=JvFH86Wx5RN3SI+RWTx88o9Hq2BKwJTQQWbayEx0CcM=; b=f6xEA4IQm+10N2SKBvTkBdzCLEIY0KgoWslokowOdeZKIFXrTp7AI7RvDvQe079oAM HYzFfZxpmrm29ryQlaPbMKi7Qiba8l66JNGTcI8x8+82kt59VQIGgh6uiBESutUvUd08 UgnnW2vVpgZx0Wea7JX1VDiHmdOYuxYw4O2SSL67O+WlGj+NSXz3/zrcMNJjMEEIskh+ BU7+TFEmemXeMrLYBvO03an0L1Das6yQct5NWG6kT1faY9qOcxMiWViNfL9hWIsZMBoD 0GLgiiKsKMUoDbNDpZnDPmHdxKs1rLjex0FYXJlxpyuL4dHsLvilJflF5NnivPEdOjEO VfJA== X-Gm-Message-State: AO0yUKVcc3q4BS91ThjjqKsVDiJetgVqiUrpBWpkzX4sUa/ea4BtInXF D3Gh1LJuboTslqMDG/G6iIJf/pZfZUWEJf/JDlcgWg== X-Google-Smtp-Source: AK7set/N+eInI6S/VIF++zybR+zm/0n4DGjWC3U76j9ITkp75HBt6PzFpjINHEpOMYtqRAIzBvtKqvk/lZ4UssMcvxc= X-Received: by 2002:ab0:4a97:0:b0:68d:6360:77b with SMTP id s23-20020ab04a97000000b0068d6360077bmr3021515uae.1.1677646481168; Tue, 28 Feb 2023 20:54:41 -0800 (PST) MIME-Version: 1.0 References: <20230228104741.717819-1-angelogioacchino.delregno@collabora.com> <20230228104741.717819-19-angelogioacchino.delregno@collabora.com> In-Reply-To: <20230228104741.717819-19-angelogioacchino.delregno@collabora.com> From: Chen-Yu Tsai Date: Wed, 1 Mar 2023 12:54:30 +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 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 Chen-Yu Tsai