X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-at91%2Finclude%2Fmach%2Fat91_common.h;h=df7d0e7051ff0b4805b2024b4614016d7e007277;hb=14249635b6aa7615f356099cfb349d0a820f9bed;hp=0742ffc56f8a059a6aca6aa39e16be8a7970069a;hpb=20680b560a17fb29c862de77930cfbf76b24f83c;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-at91/include/mach/at91_common.h b/arch/arm/mach-at91/include/mach/at91_common.h index 0742ffc56f..df7d0e7051 100644 --- a/arch/arm/mach-at91/include/mach/at91_common.h +++ b/arch/arm/mach-at91/include/mach/at91_common.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2007-2008 * Stelian Pop * Lead Tech Design - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef AT91_COMMON_H @@ -25,6 +24,7 @@ void at91_lcd_hw_init(void); void at91_plla_init(u32 pllar); void at91_pllb_init(u32 pllar); void at91_mck_init(u32 mckr); +void at91_mck_init_down(u32 mckr); void at91_pmc_init(void); void mem_init(void); void at91_phy_reset(void); @@ -36,4 +36,7 @@ void matrix_init(void); void redirect_int_from_saic_to_aic(void); void configure_2nd_sram_as_l2_cache(void); +int at91_set_ethaddr(int offset); +int at91_video_show_board_info(void); + #endif /* AT91_COMMON_H */