From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] arm: arch-mx6: typo fixes in crm_regs.h
Date: Thu, 30 Oct 2014 12:00:16 +0100 [thread overview]
Message-ID: <54521A40.4040201@denx.de> (raw)
In-Reply-To: <1414161210-3702-1-git-send-email-smoch@web.de>
Hi Soeren,
On 24/10/2014 16:33, Soeren Moch wrote:
> fix typos in video pll related register names and bit defines
>
> Signed-off-by: Soeren Moch <smoch@web.de>
> ---
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> arch/arm/include/asm/arch-mx6/crm_regs.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h
> index e67b5b9..92f9b21 100644
> --- a/arch/arm/include/asm/arch-mx6/crm_regs.h
> +++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
> @@ -89,7 +89,7 @@ struct mxc_ccm_reg {
> u32 analog_pll_video_tog;
> u32 analog_pll_video_num; /* 0x40b0 */
> u32 analog_reserved6[3];
> - u32 analog_pll_vedio_denon; /* 0x40c0 */
> + u32 analog_pll_video_denom; /* 0x40c0 */
This was fixed by another patch - I drop it here.
> u32 analog_reserved7[7];
> u32 analog_pll_enet; /* 0x40e0 */
> u32 analog_pll_enet_set;
> @@ -931,10 +931,10 @@ struct mxc_ccm_reg {
> #define BF_ANADIG_PLL_VIDEO_RSVD0(v) \
> (((v) << 22) & BM_ANADIG_PLL_VIDEO_RSVD0)
> #define BM_ANADIG_PLL_VIDEO_SSC_EN 0x00200000
> -#define BP_ANADIG_PLL_VIDEO_TEST_DIV_SELECT 19
> -#define BM_ANADIG_PLL_VIDEO_TEST_DIV_SELECT 0x00180000
> -#define BF_ANADIG_PLL_VIDEO_TEST_DIV_SELECT(v) \
> - (((v) << 19) & BM_ANADIG_PLL_VIDEO_TEST_DIV_SELECT)
> +#define BP_ANADIG_PLL_VIDEO_POST_DIV_SELECT 19
> +#define BM_ANADIG_PLL_VIDEO_POST_DIV_SELECT 0x00180000
> +#define BF_ANADIG_PLL_VIDEO_POST_DIV_SELECT(v) \
> + (((v) << 19) & BM_ANADIG_PLL_VIDEO_POST_DIV_SELECT)
> #define BM_ANADIG_PLL_VIDEO_PFD_OFFSET_EN 0x00040000
> #define BM_ANADIG_PLL_VIDEO_DITHER_ENABLE 0x00020000
> #define BM_ANADIG_PLL_VIDEO_BYPASS 0x00010000
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2014-10-30 11:00 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-18 11:13 [U-Boot] [PATCH 1/2] arm: mx6: add support for TBS2910 Matrix ARM miniPC Soeren Moch
2014-10-18 11:13 ` [U-Boot] [PATCH 2/2] video: speedup writing strings to fb console Soeren Moch
2014-10-21 11:40 ` [U-Boot] [PATCH 1/2] arm: mx6: add support for TBS2910 Matrix ARM miniPC Stefano Babic
2014-10-21 17:54 ` Soeren Moch
2014-10-22 8:36 ` Stefano Babic
2014-10-22 12:16 ` Soeren Moch
2014-10-22 14:23 ` Stefano Babic
2014-10-24 14:33 ` [U-Boot] [PATCH v2 1/3] arm: arch-mx6: typo fixes in crm_regs.h Soeren Moch
2014-10-24 14:33 ` [U-Boot] [PATCH v2 2/3] arm: mx6: add support for TBS2910 Matrix ARM miniPC Soeren Moch
2014-10-30 11:02 ` Stefano Babic
2014-10-30 13:26 ` [U-Boot] [PATCH v3] " Soeren Moch
2014-11-03 9:37 ` Stefano Babic
2014-11-03 10:39 ` Soeren Moch
2014-11-03 10:54 ` Stefano Babic
2014-11-03 11:27 ` Fabio Estevam
2014-11-03 12:57 ` [U-Boot] [PATCH v4] " Soeren Moch
2014-11-13 17:10 ` Stefano Babic
2014-10-30 12:59 ` [U-Boot] [PATCH v2 2/3] " Fabio Estevam
2014-10-24 14:33 ` [U-Boot] [PATCH v2 3/3] video: speedup writing strings to fb console Soeren Moch
2014-10-30 10:52 ` Stefano Babic
2014-10-30 21:06 ` Anatolij Gustschin
2014-10-30 11:00 ` Stefano Babic [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=54521A40.4040201@denx.de \
--to=sbabic@denx.de \
--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