[U-Boot] [PATCH 2/3] sunxi: Add clock support for TV encoder
Maxime Ripard
maxime.ripard at free-electrons.com
Fri May 12 15:47:17 UTC 2017
Hi Jernej,
On Wed, May 10, 2017 at 06:46:29PM +0200, Jernej Skrabec wrote:
> This patch adds support for TV encoder clocks which will be used later.
>
> Signed-off-by: Jernej Skrabec <jernej.skrabec at siol.net>
> ---
>
> arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun6i.h b/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
> index a44ea77576..dc011cc964 100644
> --- a/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
> +++ b/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
> @@ -83,7 +83,8 @@ struct sunxi_ccm_reg {
> u32 lcd0_ch0_clk_cfg; /* 0x118 LCD0 CH0 module clock */
> u32 lcd1_ch0_clk_cfg; /* 0x11c LCD1 CH0 module clock */
> #endif
> - u32 reserved14[3];
> + u32 tve_clk_cfg; /* 0x120 TVE module clock */
> + u32 reserved14[2];
Maybe we should protect that with a comment, or an ifdef, that this is
only for the H3-generation SoCs?
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170512/2e6c57fa/attachment.sig>
More information about the U-Boot
mailing list