From: Kever Yang <kever.yang@rock-chips.com>
To: Heiko Stuebner <heiko@sntech.de>,
sjg@chromium.org, philipp.tomsich@vrull.eu
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH] clk: rockchip: rk3588: fix mask define for aclk_vop_root
Date: Thu, 21 Nov 2024 10:04:54 +0800 [thread overview]
Message-ID: <fed9ac57-fe5d-48a4-9d5b-2fa1cc6b956f@rock-chips.com> (raw)
In-Reply-To: <20241120101911.1142500-1-heiko@sntech.de>
On 2024/11/20 18:19, Heiko Stuebner wrote:
> The mask for aclk_vop_root is 3-bit wide, not 2-bit wide according
> to the TRM, so set the mask accordingly.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
There is a same change/fix to vendor U-Boot at 2022.
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
> ---
> arch/arm/include/asm/arch-rockchip/cru_rk3588.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-rockchip/cru_rk3588.h b/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
> index dad484813fa..afce8a44af3 100644
> --- a/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
> +++ b/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
> @@ -346,7 +346,7 @@ enum {
> ACLK_VOP_LOW_ROOT_SEL_100M,
> ACLK_VOP_LOW_ROOT_SEL_24M,
> ACLK_VOP_ROOT_SEL_SHIFT = 5,
> - ACLK_VOP_ROOT_SEL_MASK = 3 << ACLK_VOP_ROOT_SEL_SHIFT,
> + ACLK_VOP_ROOT_SEL_MASK = 7 << ACLK_VOP_ROOT_SEL_SHIFT,
> ACLK_VOP_ROOT_SEL_GPLL = 0,
> ACLK_VOP_ROOT_SEL_CPLL,
> ACLK_VOP_ROOT_SEL_AUPLL,
prev parent reply other threads:[~2024-11-21 2:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-20 10:19 [PATCH] clk: rockchip: rk3588: fix mask define for aclk_vop_root Heiko Stuebner
2024-11-20 11:13 ` Quentin Schulz
2024-11-20 11:26 ` Heiko Stuebner
2024-11-21 2:04 ` Kever Yang [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=fed9ac57-fe5d-48a4-9d5b-2fa1cc6b956f@rock-chips.com \
--to=kever.yang@rock-chips.com \
--cc=heiko@sntech.de \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.