u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <neil.armstrong@linaro.org>
To: u-boot-amlogic@groups.io, christianshewitt@gmail.com,
	u-boot@lists.denx.de, linux-amlogic@lists.infradead.org
Subject: Re: [PATCH] boards: amlogic: switch LibreTech-CC v2 and WeTek Core2 to EE powerdomain
Date: Mon, 27 Mar 2023 16:21:23 +0200	[thread overview]
Message-ID: <f4ab8920-6d9a-539d-e5fe-2173aa80081c@linaro.org> (raw)
In-Reply-To: <20230326060625.2734090-1-christianshewitt@gmail.com>

On 26/03/2023 08:06, Christian Hewitt wrote:
> The LibreTech-CC (LePotato) v2 and WeTek Core2 boards are still using
> the older GX VPU powerdomain driver. Update their configs to use the
> newer EE driver like other Amlogic boards [0].
> 
> [0] https://lore.kernel.org/all/20201106101901.2472557-5-narmstrong@baylibre.com/T/#u
> 
> Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
> ---
>   configs/libretech-cc_v2_defconfig | 2 +-
>   configs/wetek-core2_defconfig     | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/libretech-cc_v2_defconfig b/configs/libretech-cc_v2_defconfig
> index 30b1651554..ea71f055d9 100644
> --- a/configs/libretech-cc_v2_defconfig
> +++ b/configs/libretech-cc_v2_defconfig
> @@ -51,7 +51,7 @@ CONFIG_MESON_GXL_USB_PHY=y
>   CONFIG_PINCTRL=y
>   CONFIG_PINCTRL_MESON_GXL=y
>   CONFIG_POWER_DOMAIN=y
> -CONFIG_MESON_GX_VPU_POWER_DOMAIN=y
> +CONFIG_MESON_EE_POWER_DOMAIN=y
>   CONFIG_DEBUG_UART_ANNOUNCE=y
>   CONFIG_DEBUG_UART_SKIP_INIT=y
>   CONFIG_MESON_SERIAL=y
> diff --git a/configs/wetek-core2_defconfig b/configs/wetek-core2_defconfig
> index f5149fc002..07d2587f77 100644
> --- a/configs/wetek-core2_defconfig
> +++ b/configs/wetek-core2_defconfig
> @@ -44,7 +44,7 @@ CONFIG_MESON_GXL_USB_PHY=y
>   CONFIG_PINCTRL=y
>   CONFIG_PINCTRL_MESON_GXL=y
>   CONFIG_POWER_DOMAIN=y
> -CONFIG_MESON_GX_VPU_POWER_DOMAIN=y
> +CONFIG_MESON_EE_POWER_DOMAIN=y
>   CONFIG_DM_REGULATOR=y
>   CONFIG_DM_REGULATOR_FIXED=y
>   CONFIG_DEBUG_UART_ANNOUNCE=y

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

      reply	other threads:[~2023-03-27 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-26  6:06 [PATCH] boards: amlogic: switch LibreTech-CC v2 and WeTek Core2 to EE powerdomain Christian Hewitt
2023-03-27 14:21 ` Neil Armstrong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f4ab8920-6d9a-539d-e5fe-2173aa80081c@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=christianshewitt@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).